#CF419E

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

Shades of Mulberry #CF419E

Tints of Mulberry #CF419E

Color information

#CF419E (or 0xCF419E) is unknown color: approx Mulberry. HEX triplet: CF, 41 and 9E. RGB value is (207,65,158). Sum of RGB (Red+Green+Blue) = 207+65+158=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF419E is #30BE61. Grayscale: #757575. Windows color (decimal): -3194466 or 10371535. OLE color: 10371535.

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

Color convert

RGB20765158-
CMYK00.690.240.19
HSL320.7º59.66%53.33%-
HSV(B)320.7º68.6%81.18%-
XYZ33.7919.5134.33-
YUV118.06150.54191.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=48.14%
G=15.12%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076515800.690.240.19320.759.6653.33
HexCF419E04518131413c35
Octal317101236010530235017465
Binary11001111100000110011110010001011100010011101000001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF419E; }

 p { color: rgb(207,65,158); }

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

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

 a { background-color: rgb(207,65,158); }

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

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

 span { border-color: rgb(207,65,158); }

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