#C8407E

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

Shades of Mulberry #C8407E

Tints of Mulberry #C8407E

Color information

#C8407E (or 0xC8407E) is unknown color: approx Mulberry. HEX triplet: C8, 40 and 7E. RGB value is (200,64,126). Sum of RGB (Red+Green+Blue) = 200+64+126=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8407E is #37BF81. Grayscale: #6F6F6F. Windows color (decimal): -3653506 or 8274120. OLE color: 8274120.

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

Color convert

RGB20064126-
CMYK00.680.370.22
HSL332.65º55.28%51.76%-
HSV(B)332.65º68%78.43%-
XYZ29.4217.4521.56-
YUV111.73136.06190.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 64 (25.39% from 255) = 16.41%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=51.28%
G=16.41%
B=32.31%

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
Decimal2006412600.680.370.22332.6555.2851.76
HexC8407E044251614d3734
Octal310100176010445265156764
Binary11001000100000011111100100010010010110110101001101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8407E; }

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

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

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

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

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

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

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

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