Html Css Color HEX #C93975 Deep Cerise

📋 copy color: '#C93975'

red 201 ◦ green 57 ◦ blue 117

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

Shades of Deep Cerise #C93975

Tints of Deep Cerise #C93975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

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

R = 53.6%
G = 15.2%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C93975 (or 0xC93975) is known color: Deep Cerise. HEX triplet: C9, 39 and 75. RGB value is (201,57,117). Sum of RGB (Red+Green+Blue) = 201+57+117=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C93975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93975 is #36C68A. Grayscale: #6A6A6A. Windows color (decimal): -3589771 or 7682505. OLE color: 7682505.

HSL color Cylindrical-coordinate representation of color #C93975: hue angle of 335º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93975 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 117 -
CMYK 0 0.72 0.42 0.21
HSL 335º 0.57% 0.51% -
HSV(B) 335º 0.72% 0.79% -
XYZ 28.76 16.63 18.52 -
YUV 106.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 201 57 117 0 0.72 0.42 0.21 335 0.57 0.51
Hex C9 39 75 0 48 2A 15 14F 39 33
Octal 311 71 165 0 110 52 25 517 71 63
Binary 11001001 111001 1110101 0 1001000 101010 10101 101001111 111001 110011

Color Harmonies of #C93975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93975

Black with #C93975

Text Example


Text Example

White with #C93975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93975; }

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

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

background-color css

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

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

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

border-color css

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

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

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