#C8417E

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

Shades of Mulberry #C8417E

Tints of Mulberry #C8417E

Color information

#C8417E (or 0xC8417E) is unknown color: approx Mulberry. HEX triplet: C8, 41 and 7E. RGB value is (200,65,126). Sum of RGB (Red+Green+Blue) = 200+65+126=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8417E is #37BE81. Grayscale: #707070. Windows color (decimal): -3653250 or 8274376. OLE color: 8274376.

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

Color convert

RGB20065126-
CMYK00.680.370.22
HSL332.89º55.1%51.96%-
HSV(B)332.89º67.5%78.43%-
XYZ29.4817.5721.58-
YUV112.32135.73190.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 65 (25.78% from 255) = 16.62%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=51.15%
G=16.62%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006512600.680.370.22332.8955.151.96
HexC8417E044251614d3734
Octal310101176010445265156764
Binary11001000100000111111100100010010010110110101001101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8417E; }

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

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

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

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

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

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

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

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