Html Css Color HEX #C93575 Deep Cerise

📋 copy color: '#C93575'

red 201 ◦ green 53 ◦ blue 117

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

Shades of Deep Cerise #C93575

Tints of Deep Cerise #C93575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 54.18%
G = 14.29%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C93575 (or 0xC93575) is known color: Deep Cerise. HEX triplet: C9, 35 and 75. RGB value is (201,53,117). Sum of RGB (Red+Green+Blue) = 201+53+117=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C93575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93575 is #36CA8A. Grayscale: #686868. Windows color (decimal): -3590795 or 7681481. OLE color: 7681481.

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

Color convert

RGB 201 53 117 -
CMYK 0 0.74 0.42 0.21
HSL 334.05º 0.58% 0.5% -
HSV(B) 334.05º 0.74% 0.79% -
XYZ 28.57 16.25 18.46 -
YUV 104.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 201 53 117 0 0.74 0.42 0.21 334.05 0.58 0.5
Hex C9 35 75 0 4A 2A 15 14E 3A 32
Octal 311 65 165 0 112 52 25 516 72 62
Binary 11001001 110101 1110101 0 1001010 101010 10101 101001110 111010 110010

Color Harmonies of #C93575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93575

Black with #C93575

Text Example


Text Example

White with #C93575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93575; }

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

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

background-color css

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

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

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

border-color css

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

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

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