#CF409C

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

Shades of Mulberry #CF409C

Tints of Mulberry #CF409C

Color information

#CF409C (or 0xCF409C) is unknown color: approx Mulberry. HEX triplet: CF, 40 and 9C. RGB value is (207,64,156). Sum of RGB (Red+Green+Blue) = 207+64+156=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF409C is #30BF63. Grayscale: #757575. Windows color (decimal): -3194724 or 10240207. OLE color: 10240207.

HSL color Cylindrical-coordinate representation of color #CF409C: hue angle of 321.4º 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 #CF409C is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB20764156-
CMYK00.690.250.19
HSL321.4º59.83%53.14%-
HSV(B)321.4º69.08%81.18%-
XYZ33.5719.3333.41-
YUV117.24149.88192.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=48.48%
G=14.99%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076415600.690.250.19321.459.8353.14
HexCF409C04519131413c35
Octal317100234010531235017465
Binary11001111100000010011100010001011100110011101000001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF409C; }

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

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

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

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

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

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

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

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