#CA2C77

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

Shades of Deep Cerise #CA2C77

Tints of Deep Cerise #CA2C77

Color information

#CA2C77 (or 0xCA2C77) is unknown color: approx Deep Cerise. HEX triplet: CA, 2C and 77. RGB value is (202,44,119). Sum of RGB (Red+Green+Blue) = 202+44+119=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C77 is #35D388. Grayscale: #636363. Windows color (decimal): -3527561 or 7810250. OLE color: 7810250.

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

Color convert

RGB20244119-
CMYK00.780.410.21
HSL331.52º64.23%48.24%-
HSV(B)331.52º78.22%79.22%-
XYZ28.5915.6918.97-
YUV99.79138.85200.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 44 (17.58% from 255) = 12.05%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=55.34%
G=12.05%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024411900.780.410.21331.5264.2348.24
HexCA2C7704E291514c4030
Octal312541670116512551410060
Binary11001010101100111011101001110101001101011010011001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C77; }

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

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

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

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

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

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

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

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