Html Css Color HEX #CA2D72 Deep Cerise

📋 copy color: '#CA2D72'

red 202 ◦ green 45 ◦ blue 114

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

Shades of Deep Cerise #CA2D72

Tints of Deep Cerise #CA2D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 55.96%
G = 12.47%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA2D72 (or 0xCA2D72) is known color: Deep Cerise. HEX triplet: CA, 2D and 72. RGB value is (202,45,114). Sum of RGB (Red+Green+Blue) = 202+45+114=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D72 is #35D28D. Grayscale: #636363. Windows color (decimal): -3527310 or 7482826. OLE color: 7482826.

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

Color convert

RGB 202 45 114 -
CMYK 0 0.78 0.44 0.21
HSL 333.63º 0.64% 0.48% -
HSV(B) 333.63º 0.78% 0.79% -
XYZ 28.33 15.65 17.45 -
YUV 99.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 202 45 114 0 0.78 0.44 0.21 333.63 0.64 0.48
Hex CA 2D 72 0 4E 2C 15 14E 40 30
Octal 312 55 162 0 116 54 25 516 100 60
Binary 11001010 101101 1110010 0 1001110 101100 10101 101001110 1000000 110000

Color Harmonies of #CA2D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D72

Black with #CA2D72

Text Example


Text Example

White with #CA2D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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