Html Css Color HEX #C93775 Deep Cerise

📋 copy color: '#C93775'

red 201 ◦ green 55 ◦ blue 117

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

Shades of Deep Cerise #C93775

Tints of Deep Cerise #C93775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.75%

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

R = 53.89%
G = 14.75%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C93775 (or 0xC93775) is known color: Deep Cerise. HEX triplet: C9, 37 and 75. RGB value is (201,55,117). Sum of RGB (Red+Green+Blue) = 201+55+117=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C93775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93775 is #36C88A. Grayscale: #696969. Windows color (decimal): -3590283 or 7681993. OLE color: 7681993.

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

Color convert

RGB 201 55 117 -
CMYK 0 0.73 0.42 0.21
HSL 334.52º 0.57% 0.5% -
HSV(B) 334.52º 0.73% 0.79% -
XYZ 28.66 16.43 18.49 -
YUV 105.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 201 55 117 0 0.73 0.42 0.21 334.52 0.57 0.5
Hex C9 37 75 0 49 2A 15 14F 39 32
Octal 311 67 165 0 111 52 25 517 71 62
Binary 11001001 110111 1110101 0 1001001 101010 10101 101001111 111001 110010

Color Harmonies of #C93775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93775

Black with #C93775

Text Example


Text Example

White with #C93775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93775; }

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

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

background-color css

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

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

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

border-color css

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

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

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