#C93570

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

Shades of Cerise #C93570

Tints of Cerise #C93570

Color information

#C93570 (or 0xC93570) is unknown color: approx Cerise. HEX triplet: C9, 35 and 70. RGB value is (201,53,112). Sum of RGB (Red+Green+Blue) = 201+53+112=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C93570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93570 is #36CA8F. Grayscale: #676767. Windows color (decimal): -3590800 or 7353801. OLE color: 7353801.

HSL color Cylindrical-coordinate representation of color #C93570: hue angle of 336.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93570 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB20153112-
CMYK00.740.440.21
HSL336.08º58.27%49.8%-
HSV(B)336.08º73.63%78.82%-
XYZ28.2916.1316.95-
YUV103.98132.53197.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.92%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=54.92%
G=14.48%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015311200.740.440.21336.0858.2749.8
HexC9357004A2C151503a32
Octal31165160011254255207262
Binary1100100111010111100000100101010110010101101010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93570; }

 p { color: rgb(201,53,112); }

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

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

 a { background-color: rgb(201,53,112); }

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

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

 span { border-color: rgb(201,53,112); }

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