Html Css Color HEX #C93470 Cerise

📋 copy color: '#C93470'

red 201 ◦ green 52 ◦ blue 112

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

Shades of Cerise #C93470

Tints of Cerise #C93470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 55.07%
G = 14.25%
B = 30.68%

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

#C93470 (or 0xC93470) is known color: Cerise. HEX triplet: C9, 34 and 70. RGB value is (201,52,112). Sum of RGB (Red+Green+Blue) = 201+52+112=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C93470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93470 is #36CB8F. Grayscale: #676767. Windows color (decimal): -3591056 or 7353545. OLE color: 7353545.

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

Color convert

RGB 201 52 112 -
CMYK 0 0.74 0.44 0.21
HSL 335.84º 0.59% 0.5% -
HSV(B) 335.84º 0.74% 0.79% -
XYZ 28.24 16.04 16.94 -
YUV 103.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 201 52 112 0 0.74 0.44 0.21 335.84 0.59 0.5
Hex C9 34 70 0 4A 2C 15 150 3B 32
Octal 311 64 160 0 112 54 25 520 73 62
Binary 11001001 110100 1110000 0 1001010 101100 10101 101010000 111011 110010

Color Harmonies of #C93470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93470

Black with #C93470

Text Example


Text Example

White with #C93470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93470; }

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

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

background-color css

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

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

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

border-color css

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

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

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