Html Css Color HEX #C93572 Cerise

📋 copy color: '#C93572'

red 201 ◦ green 53 ◦ blue 114

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

Shades of Cerise #C93572

Tints of Cerise #C93572

RGB

 RED value IS 201 (78.91% from 255) = 54.62%

 GREEN value IS 53 (21.09% from 255) = 14.4%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 54.62%
G = 14.4%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C93572 (or 0xC93572) is known color: Cerise. HEX triplet: C9, 35 and 72. RGB value is (201,53,114). Sum of RGB (Red+Green+Blue) = 201+53+114=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C93572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93572 is #36CA8D. Grayscale: #686868. Windows color (decimal): -3590798 or 7484873. OLE color: 7484873.

HSL color Cylindrical-coordinate representation of color #C93572: hue angle of 335.27º 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 #C93572 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 53 114 -
CMYK 0 0.74 0.43 0.21
HSL 335.27º 0.58% 0.5% -
HSV(B) 335.27º 0.74% 0.79% -
XYZ 28.4 16.18 17.55 -
YUV 104.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 201 53 114 0 0.74 0.43 0.21 335.27 0.58 0.5
Hex C9 35 72 0 4A 2B 15 14F 3A 32
Octal 311 65 162 0 112 53 25 517 72 62
Binary 11001001 110101 1110010 0 1001010 101011 10101 101001111 111010 110010

Color Harmonies of #C93572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93572

Black with #C93572

Text Example


Text Example

White with #C93572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93572; }

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

 H1.HeaderClassName
 {
   color: #C93572;
 }
 .AnyTagClassName
 {
   color: #C93572;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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