Html Css Color HEX #C93472 Cerise

📋 copy color: '#C93472'

red 201 ◦ green 52 ◦ blue 114

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

Shades of Cerise #C93472

Tints of Cerise #C93472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.17%

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

R = 54.77%
G = 14.17%
B = 31.06%

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

#C93472 (or 0xC93472) is known color: Cerise. HEX triplet: C9, 34 and 72. RGB value is (201,52,114). Sum of RGB (Red+Green+Blue) = 201+52+114=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C93472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93472 is #36CB8D. Grayscale: #676767. Windows color (decimal): -3591054 or 7484617. OLE color: 7484617.

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

Color convert

RGB 201 52 114 -
CMYK 0 0.74 0.43 0.21
HSL 335.03º 0.59% 0.5% -
HSV(B) 335.03º 0.74% 0.79% -
XYZ 28.35 16.09 17.53 -
YUV 103.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 201 52 114 0 0.74 0.43 0.21 335.03 0.59 0.5
Hex C9 34 72 0 4A 2B 15 14F 3B 32
Octal 311 64 162 0 112 53 25 517 73 62
Binary 11001001 110100 1110010 0 1001010 101011 10101 101001111 111011 110010

Color Harmonies of #C93472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93472

Black with #C93472

Text Example


Text Example

White with #C93472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93472; }

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

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

background-color css

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

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

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

border-color css

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

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

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