#C74D9D

Color #C74D9D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C74D9D

Tints of Mulberry #C74D9D

Color information

#C74D9D (or 0xC74D9D) is unknown color: approx Mulberry. HEX triplet: C7, 4D and 9D. RGB value is (199,77,157). Sum of RGB (Red+Green+Blue) = 199+77+157=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74D9D is #38B262. Grayscale: #7A7A7A. Windows color (decimal): -3715683 or 10309063. OLE color: 10309063.

HSL color Cylindrical-coordinate representation of color #C74D9D: hue angle of 320.66º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D9D is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19977157-
CMYK00.610.210.22
HSL320.66º52.14%54.12%-
HSV(B)320.66º61.31%78.04%-
XYZ32.2919.8834.03-
YUV122.6147.42182.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=45.96%
G=17.78%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997715700.610.210.22320.6652.1454.12
HexC74D9D03D15161413436
Octal30711523507525265016466
Binary1100011110011011001110101111011010110110101000001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74D9D; }

 p { color: rgb(199,77,157); }

 H1.HeaderClassName
 {
   color: #C74D9D;
 }
 .AnyTagClassName
 {
   color: #C74D9D;
 }
</style>
background-color css

<style>
 a { background-color: #C74D9D; }

 a { background-color: rgb(199,77,157); }

 div.DivClassName
 {
   background-color: #C74D9D;
 }
 .BgClassName
 {
   background-color: #C74D9D;
 }
</style>
border-color css

<style>
 span { border-color: #C74D9D; }

 span { border-color: rgb(199,77,157); }

 td.TdClassName
 {
   border-color: #C74D9D;
 }
 .TagClassName
 {
   border-color: #C74D9D;
 }
</style>