#CF40A9

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

Shades of Mulberry #CF40A9

Tints of Mulberry #CF40A9

Color information

#CF40A9 (or 0xCF40A9) is unknown color: approx Mulberry. HEX triplet: CF, 40 and A9. RGB value is (207,64,169). Sum of RGB (Red+Green+Blue) = 207+64+169=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF40A9 is #30BF56. Grayscale: #767676. Windows color (decimal): -3194711 or 11092175. OLE color: 11092175.

HSL color Cylindrical-coordinate representation of color #CF40A9: hue angle of 315.94º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40A9 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB20764169-
CMYK00.690.180.19
HSL315.94º59.83%53.14%-
HSV(B)315.94º69.08%81.18%-
XYZ34.7319.839.53-
YUV118.73156.38190.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=47.05%
G=14.55%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076416900.690.180.19315.9459.8353.14
HexCF40A9045121313c3c35
Octal317100251010522234747465
Binary11001111100000010101001010001011001010011100111100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF40A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF40A9; }

 p { color: rgb(207,64,169); }

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

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

 a { background-color: rgb(207,64,169); }

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

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

 span { border-color: rgb(207,64,169); }

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