#CF499D

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

Shades of Mulberry #CF499D

Tints of Mulberry #CF499D

Color information

#CF499D (or 0xCF499D) is unknown color: approx Mulberry. HEX triplet: CF, 49 and 9D. RGB value is (207,73,157). Sum of RGB (Red+Green+Blue) = 207+73+157=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF499D is #30B662. Grayscale: #7A7A7A. Windows color (decimal): -3192419 or 10308047. OLE color: 10308047.

HSL color Cylindrical-coordinate representation of color #CF499D: hue angle of 322.39º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF499D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB20773157-
CMYK00.650.240.19
HSL322.39º58.26%54.9%-
HSV(B)322.39º64.73%81.18%-
XYZ34.220.4634.05-
YUV122.64147.39188.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=47.37%
G=16.70%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077315700.650.240.19322.3958.2654.9
HexCF499D04118131423a37
Octal317111235010130235027267
Binary11001111100100110011101010000011100010011101000010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF499D; }

 p { color: rgb(207,73,157); }

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

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

 a { background-color: rgb(207,73,157); }

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

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

 span { border-color: rgb(207,73,157); }

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