Html Css Color HEX #CA2D79 Deep Cerise

📋 copy color: '#CA2D79'

red 202 ◦ green 45 ◦ blue 121

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

Shades of Deep Cerise #CA2D79

Tints of Deep Cerise #CA2D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

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

R = 54.89%
G = 12.23%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA2D79 (or 0xCA2D79) is known color: Deep Cerise. HEX triplet: CA, 2D and 79. RGB value is (202,45,121). Sum of RGB (Red+Green+Blue) = 202+45+121=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D79 is #35D286. Grayscale: #646464. Windows color (decimal): -3527303 or 7941578. OLE color: 7941578.

HSL color Cylindrical-coordinate representation of color #CA2D79: hue angle of 330.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D79 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 45 121 -
CMYK 0 0.78 0.40 0.21
HSL 330.96º 0.64% 0.48% -
HSV(B) 330.96º 0.78% 0.79% -
XYZ 28.75 15.81 19.63 -
YUV 100.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 202 45 121 0 0.78 0.40 0.21 330.96 0.64 0.48
Hex CA 2D 79 0 4E 28 15 14B 40 30
Octal 312 55 171 0 116 50 25 513 100 60
Binary 11001010 101101 1111001 0 1001110 101000 10101 101001011 1000000 110000

Color Harmonies of #CA2D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D79

Black with #CA2D79

Text Example


Text Example

White with #CA2D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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