Html Css Color HEX #C93570 Cerise

📋 copy color: '#C93570'

red 201 ◦ green 53 ◦ blue 112

#C93570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #C93570

Tints of Cerise #C93570

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.6%

R = 54.92%
G = 14.48%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C93570 (or 0xC93570) is known color: 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

RGB 201 53 112 -
CMYK 0 0.74 0.44 0.21
HSL 336.08º 0.58% 0.5% -
HSV(B) 336.08º 0.74% 0.79% -
XYZ 28.29 16.13 16.95 -
YUV 103.98 132.53 197.2 -
System Red Green Blue C M Y K H S L
Decimal 201 53 112 0 0.74 0.44 0.21 336.08 0.58 0.5
Hex C9 35 70 0 4A 2C 15 150 3A 32
Octal 311 65 160 0 112 54 25 520 72 62
Binary 11001001 110101 1110000 0 1001010 101100 10101 101010000 111010 110010

Color Harmonies of #C93570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93570

Black with #C93570

Text Example


Text Example

White with #C93570

Text Example


Text Example

HTML Codes & Css Web 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>