#CA2776

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

Shades of Deep Cerise #CA2776

Tints of Deep Cerise #CA2776

Color information

#CA2776 (or 0xCA2776) is unknown color: approx Deep Cerise. HEX triplet: CA, 27 and 76. RGB value is (202,39,118). Sum of RGB (Red+Green+Blue) = 202+39+118=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2776 is #35D889. Grayscale: #606060. Windows color (decimal): -3528842 or 7743434. OLE color: 7743434.

HSL color Cylindrical-coordinate representation of color #CA2776: hue angle of 330.92º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2776 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20239118-
CMYK00.810.420.21
HSL330.92º67.63%47.25%-
HSV(B)330.92º80.69%79.22%-
XYZ28.3515.3218.6-
YUV96.74140203.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.27%
GREEN value IS 39 (15.62% from 255) = 10.86%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=56.27%
G=10.86%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023911800.810.420.21330.9267.6347.25
HexCA27760512A1514b442f
Octal312471660121522551310457
Binary11001010100111111011001010001101010101011010010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2776; }

 p { color: rgb(202,39,118); }

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

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

 a { background-color: rgb(202,39,118); }

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

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

 span { border-color: rgb(202,39,118); }

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