Html Css Color HEX #C93373 Deep Cerise

📋 copy color: '#C93373'

red 201 ◦ green 51 ◦ blue 115

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

Shades of Deep Cerise #C93373

Tints of Deep Cerise #C93373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 54.77%
G = 13.9%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C93373 (or 0xC93373) is known color: Deep Cerise. HEX triplet: C9, 33 and 73. RGB value is (201,51,115). Sum of RGB (Red+Green+Blue) = 201+51+115=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C93373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93373 is #36CC8C. Grayscale: #676767. Windows color (decimal): -3591309 or 7549897. OLE color: 7549897.

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

Color convert

RGB 201 51 115 -
CMYK 0 0.75 0.43 0.21
HSL 334.4º 0.6% 0.49% -
HSV(B) 334.4º 0.75% 0.79% -
XYZ 28.37 16.02 17.82 -
YUV 103.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 201 51 115 0 0.75 0.43 0.21 334.4 0.6 0.49
Hex C9 33 73 0 4B 2B 15 14E 3C 31
Octal 311 63 163 0 113 53 25 516 74 61
Binary 11001001 110011 1110011 0 1001011 101011 10101 101001110 111100 110001

Color Harmonies of #C93373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93373

Black with #C93373

Text Example


Text Example

White with #C93373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93373; }

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

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

background-color css

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

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

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

border-color css

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

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

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