#CD499E

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

Shades of Mulberry #CD499E

Tints of Mulberry #CD499E

Color information

#CD499E (or 0xCD499E) is unknown color: approx Mulberry. HEX triplet: CD, 49 and 9E. RGB value is (205,73,158). Sum of RGB (Red+Green+Blue) = 205+73+158=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD499E is #32B661. Grayscale: #797979. Windows color (decimal): -3323490 or 10373581. OLE color: 10373581.

HSL color Cylindrical-coordinate representation of color #CD499E: hue angle of 321.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD499E is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB20573158-
CMYK00.640.230.20
HSL321.36º56.9%54.51%-
HSV(B)321.36º64.39%80.39%-
XYZ33.7320.2134.47-
YUV122.16148.23187.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 73 (28.91% from 255) = 16.74%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=47.02%
G=16.74%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057315800.640.230.20321.3656.954.51
HexCD499E04017141413937
Octal315111236010027245017167
Binary11001101100100110011110010000001011110100101000001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD499E; }

 p { color: rgb(205,73,158); }

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

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

 a { background-color: rgb(205,73,158); }

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

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

 span { border-color: rgb(205,73,158); }

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