#C8417C

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

Shades of Mulberry #C8417C

Tints of Mulberry #C8417C

Color information

#C8417C (or 0xC8417C) is unknown color: approx Mulberry. HEX triplet: C8, 41 and 7C. RGB value is (200,65,124). Sum of RGB (Red+Green+Blue) = 200+65+124=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8417C is #37BE83. Grayscale: #6F6F6F. Windows color (decimal): -3653252 or 8143304. OLE color: 8143304.

HSL color Cylindrical-coordinate representation of color #C8417C: hue angle of 333.78º 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 #C8417C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB20065124-
CMYK00.680.380.22
HSL333.78º55.1%51.96%-
HSV(B)333.78º67.5%78.43%-
XYZ29.3517.5220.9-
YUV112.09134.73190.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=51.41%
G=16.71%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006512400.680.380.22333.7855.151.96
HexC8417C044261614e3734
Octal310101174010446265166764
Binary11001000100000111111000100010010011010110101001110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8417C; }

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

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

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

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

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

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

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

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