Html Css Color HEX #C93370 Cerise

📋 copy color: '#C93370'

red 201 ◦ green 51 ◦ blue 112

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

Shades of Cerise #C93370

Tints of Cerise #C93370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

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

R = 55.22%
G = 14.01%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C93370 (or 0xC93370) is known color: Cerise. HEX triplet: C9, 33 and 70. RGB value is (201,51,112). Sum of RGB (Red+Green+Blue) = 201+51+112=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C93370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93370 is #36CC8F. Grayscale: #666666. Windows color (decimal): -3591312 or 7353289. OLE color: 7353289.

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

Color convert

RGB 201 51 112 -
CMYK 0 0.75 0.44 0.21
HSL 335.6º 0.6% 0.49% -
HSV(B) 335.6º 0.75% 0.79% -
XYZ 28.2 15.96 16.92 -
YUV 102.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 201 51 112 0 0.75 0.44 0.21 335.6 0.6 0.49
Hex C9 33 70 0 4B 2C 15 150 3C 31
Octal 311 63 160 0 113 54 25 520 74 61
Binary 11001001 110011 1110000 0 1001011 101100 10101 101010000 111100 110001

Color Harmonies of #C93370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93370

Black with #C93370

Text Example


Text Example

White with #C93370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93370; }

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

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

background-color css

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

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

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

border-color css

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

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

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