#C0417F

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

Shades of Mulberry #C0417F

Tints of Mulberry #C0417F

Color information

#C0417F (or 0xC0417F) is unknown color: approx Mulberry. HEX triplet: C0, 41 and 7F. RGB value is (192,65,127). Sum of RGB (Red+Green+Blue) = 192+65+127=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0417F is #3FBE80. Grayscale: #6D6D6D. Windows color (decimal): -4177537 or 8339904. OLE color: 8339904.

HSL color Cylindrical-coordinate representation of color #C0417F: hue angle of 330.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0417F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19265127-
CMYK00.660.340.25
HSL330.71º50.2%50.39%-
HSV(B)330.71º66.15%75.29%-
XYZ27.4616.5221.82-
YUV110.04137.58186.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 127 (50% from 255) = 33.07%
R=50%
G=16.93%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926512700.660.340.25330.7150.250.39
HexC0417F042221914b3232
Octal300101177010242315136262
Binary11000000100000111111110100001010001011001101001011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0417F; }

 p { color: rgb(192,65,127); }

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

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

 a { background-color: rgb(192,65,127); }

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

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

 span { border-color: rgb(192,65,127); }

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