Html Css Color HEX #CA2978 Deep Cerise

📋 copy color: '#CA2978'

red 202 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #CA2978

Tints of Deep Cerise #CA2978

RGB

 RED value IS 202 (79.3% from 255) = 55.65%

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 55.65%
G = 11.29%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA2978 (or 0xCA2978) is known color: Deep Cerise. HEX triplet: CA, 29 and 78. RGB value is (202,41,120). Sum of RGB (Red+Green+Blue) = 202+41+120=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2978 is #35D687. Grayscale: #616161. Windows color (decimal): -3528328 or 7875018. OLE color: 7875018.

HSL color Cylindrical-coordinate representation of color #CA2978: hue angle of 330.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2978 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 120 -
CMYK 0 0.80 0.41 0.21
HSL 330.56º 0.66% 0.48% -
HSV(B) 330.56º 0.8% 0.79% -
XYZ 28.54 15.5 19.26 -
YUV 98.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 202 41 120 0 0.80 0.41 0.21 330.56 0.66 0.48
Hex CA 29 78 0 50 29 15 14B 42 30
Octal 312 51 170 0 120 51 25 513 102 60
Binary 11001010 101001 1111000 0 1010000 101001 10101 101001011 1000010 110000

Color Harmonies of #CA2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2978

Black with #CA2978

Text Example


Text Example

White with #CA2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2978; }

 p { color: rgb(202,41,120); }

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

background-color css

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

 a { background-color: rgb(202,41,120); }

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

border-color css

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

 span { border-color: rgb(202,41,120); }

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