#C93C78

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

Shades of Deep Cerise #C93C78

Tints of Deep Cerise #C93C78

Color information

#C93C78 (or 0xC93C78) is unknown color: approx Deep Cerise. HEX triplet: C9, 3C and 78. RGB value is (201,60,120). Sum of RGB (Red+Green+Blue) = 201+60+120=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C78 is #36C387. Grayscale: #6C6C6C. Windows color (decimal): -3589000 or 7879881. OLE color: 7879881.

HSL color Cylindrical-coordinate representation of color #C93C78: hue angle of 334.47º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C78 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20160120-
CMYK00.700.400.21
HSL334.47º56.63%51.18%-
HSV(B)334.47º70.15%78.82%-
XYZ29.0917.0119.52-
YUV109134.21193.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=52.76%
G=15.75%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016012000.700.400.21334.4756.6351.18
HexC93C78046281514e3933
Octal31174170010650255167163
Binary1100100111110011110000100011010100010101101001110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93C78; }

 p { color: rgb(201,60,120); }

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

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

 a { background-color: rgb(201,60,120); }

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

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

 span { border-color: rgb(201,60,120); }

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