#C8419F

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

Shades of Mulberry #C8419F

Tints of Mulberry #C8419F

Color information

#C8419F (or 0xC8419F) is unknown color: approx Mulberry. HEX triplet: C8, 41 and 9F. RGB value is (200,65,159). Sum of RGB (Red+Green+Blue) = 200+65+159=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8419F is #37BE60. Grayscale: #737373. Windows color (decimal): -3653217 or 10437064. OLE color: 10437064.

HSL color Cylindrical-coordinate representation of color #C8419F: hue angle of 318.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8419F is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB20065159-
CMYK00.680.200.22
HSL318.22º55.1%51.96%-
HSV(B)318.22º67.5%78.43%-
XYZ31.9718.5634.7-
YUV116.08152.23187.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 65 (25.78% from 255) = 15.33%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=47.17%
G=15.33%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006515900.680.200.22318.2255.151.96
HexC8419F044141613e3734
Octal310101237010424264766764
Binary11001000100000110011111010001001010010110100111110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8419F; }

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

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

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

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

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

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

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

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