Html Css Color HEX #CA2979 Deep Cerise

📋 copy color: '#CA2979'

red 202 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #CA2979

Tints of Deep Cerise #CA2979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 55.49%
G = 11.26%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA2979 (or 0xCA2979) is known color: Deep Cerise. HEX triplet: CA, 29 and 79. RGB value is (202,41,121). Sum of RGB (Red+Green+Blue) = 202+41+121=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2979 is #35D686. Grayscale: #626262. Windows color (decimal): -3528327 or 7940554. OLE color: 7940554.

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

Color convert

RGB 202 41 121 -
CMYK 0 0.80 0.40 0.21
HSL 330.19º 0.66% 0.48% -
HSV(B) 330.19º 0.8% 0.79% -
XYZ 28.6 15.52 19.58 -
YUV 98.26 140.84 202 -
System Red Green Blue C M Y K H S L
Decimal 202 41 121 0 0.80 0.40 0.21 330.19 0.66 0.48
Hex CA 29 79 0 50 28 15 14A 42 30
Octal 312 51 171 0 120 50 25 512 102 60
Binary 11001010 101001 1111001 0 1010000 101000 10101 101001010 1000010 110000

Color Harmonies of #CA2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2979

Black with #CA2979

Text Example


Text Example

White with #CA2979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2979; }

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

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

background-color css

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

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

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

border-color css

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

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

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