#ca2a77

Color #CA2A77 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CA2A77

Tints of Deep Cerise #CA2A77

Color information

#CA2A77 (or 0xCA2A77) is unknown color: approx Deep Cerise. HEX triplet: CA, 2A and 77. RGB value is (202,42,119). Sum of RGB (Red+Green+Blue) = 202+42+119=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A77 is #35D588. Grayscale: #626262. Windows color (decimal): -3528073 or 7809738. OLE color: 7809738.

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

Color convert

RGB20242119-
CMYK00.790.410.21
HSL331.12º65.57%47.84%-
HSV(B)331.12º79.21%79.22%-
XYZ28.5115.5418.95-
YUV98.62139.51201.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 42 (16.80% from 255) = 11.57%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=55.65%
G=11.57%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024211900.790.410.21331.1265.5747.84
HexCA2A7704F291514b4230
Octal312521670117512551310260
Binary11001010101010111011101001111101001101011010010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2a77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2a77; }

 p { color: rgb(202,42,119); }

 H1.HeaderClassName
 {
   color: #ca2a77;
 }
 .AnyTagClassName
 {
   color: #ca2a77;
 }
</style>
background-color css

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

 a { background-color: rgb(202,42,119); }

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

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

 span { border-color: rgb(202,42,119); }

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