Html Css Color HEX #CA2973 Deep Cerise

📋 copy color: '#CA2973'

red 202 ◦ green 41 ◦ blue 115

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

Shades of Deep Cerise #CA2973

Tints of Deep Cerise #CA2973

RGB

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

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

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

R = 56.42%
G = 11.45%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA2973 (or 0xCA2973) is known color: Deep Cerise. HEX triplet: CA, 29 and 73. RGB value is (202,41,115). Sum of RGB (Red+Green+Blue) = 202+41+115=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2973 is #35D68C. Grayscale: #616161. Windows color (decimal): -3528333 or 7547338. OLE color: 7547338.

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

Color convert

RGB 202 41 115 -
CMYK 0 0.80 0.43 0.21
HSL 332.42º 0.66% 0.48% -
HSV(B) 332.42º 0.8% 0.79% -
XYZ 28.24 15.38 17.7 -
YUV 97.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 202 41 115 0 0.80 0.43 0.21 332.42 0.66 0.48
Hex CA 29 73 0 50 2B 15 14C 42 30
Octal 312 51 163 0 120 53 25 514 102 60
Binary 11001010 101001 1110011 0 1010000 101011 10101 101001100 1000010 110000

Color Harmonies of #CA2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2973

Black with #CA2973

Text Example


Text Example

White with #CA2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2973; }

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

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

background-color css

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

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

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

border-color css

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

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

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