Html Css Color HEX #C93874 Deep Cerise

📋 copy color: '#C93874'

red 201 ◦ green 56 ◦ blue 116

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

Shades of Deep Cerise #C93874

Tints of Deep Cerise #C93874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.01%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 53.89%
G = 15.01%
B = 31.1%

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

#C93874 (or 0xC93874) is known color: Deep Cerise. HEX triplet: C9, 38 and 74. RGB value is (201,56,116). Sum of RGB (Red+Green+Blue) = 201+56+116=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C93874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93874 is #36C78B. Grayscale: #6A6A6A. Windows color (decimal): -3590028 or 7616713. OLE color: 7616713.

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

Color convert

RGB 201 56 116 -
CMYK 0 0.72 0.42 0.21
HSL 335.17º 0.57% 0.5% -
HSV(B) 335.17º 0.72% 0.79% -
XYZ 28.65 16.51 18.2 -
YUV 106.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 201 56 116 0 0.72 0.42 0.21 335.17 0.57 0.5
Hex C9 38 74 0 48 2A 15 14F 39 32
Octal 311 70 164 0 110 52 25 517 71 62
Binary 11001001 111000 1110100 0 1001000 101010 10101 101001111 111001 110010

Color Harmonies of #C93874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93874

Black with #C93874

Text Example


Text Example

White with #C93874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93874; }

 p { color: rgb(201,56,116); }

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

background-color css

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

 a { background-color: rgb(201,56,116); }

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

border-color css

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

 span { border-color: rgb(201,56,116); }

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