#CF419F

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

Shades of Mulberry #CF419F

Tints of Mulberry #CF419F

Color information

#CF419F (or 0xCF419F) is unknown color: approx Mulberry. HEX triplet: CF, 41 and 9F. RGB value is (207,65,159). Sum of RGB (Red+Green+Blue) = 207+65+159=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF419F is #30BE60. Grayscale: #757575. Windows color (decimal): -3194465 or 10437071. OLE color: 10437071.

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

Color convert

RGB20765159-
CMYK00.690.230.19
HSL320.28º59.66%53.33%-
HSV(B)320.28º68.6%81.18%-
XYZ33.8819.5534.79-
YUV118.17151.04191.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=48.03%
G=15.08%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076515900.690.230.19320.2859.6653.33
HexCF419F04517131403c35
Octal317101237010527235007465
Binary11001111100000110011111010001011011110011101000000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF419F; }

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

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

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

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

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

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

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

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