#C93172

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

Shades of Deep Cerise #C93172

Tints of Deep Cerise #C93172

Color information

#C93172 (or 0xC93172) is unknown color: approx Deep Cerise. HEX triplet: C9, 31 and 72. RGB value is (201,49,114). Sum of RGB (Red+Green+Blue) = 201+49+114=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C93172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93172 is #36CE8D. Grayscale: #656565. Windows color (decimal): -3591822 or 7483849. OLE color: 7483849.

HSL color Cylindrical-coordinate representation of color #C93172: hue angle of 334.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93172 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20149114-
CMYK00.760.430.21
HSL334.34º60.8%49.02%-
HSV(B)334.34º75.62%78.82%-
XYZ28.2215.8317.49-
YUV101.86134.86198.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.22%
GREEN value IS 49 (19.53% from 255) = 13.46%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=55.22%
G=13.46%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014911400.760.430.21334.3460.849.02
HexC9317204C2B1514e3d31
Octal31161162011453255167561
Binary1100100111000111100100100110010101110101101001110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93172; }

 p { color: rgb(201,49,114); }

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

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

 a { background-color: rgb(201,49,114); }

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

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

 span { border-color: rgb(201,49,114); }

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