#CA3776

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

Shades of Deep Cerise #CA3776

Tints of Deep Cerise #CA3776

Color information

#CA3776 (or 0xCA3776) is unknown color: approx Deep Cerise. HEX triplet: CA, 37 and 76. RGB value is (202,55,118). Sum of RGB (Red+Green+Blue) = 202+55+118=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3776 is #35C889. Grayscale: #6A6A6A. Windows color (decimal): -3524746 or 7747530. OLE color: 7747530.

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

Color convert

RGB20255118-
CMYK00.730.420.21
HSL334.29º58.1%50.39%-
HSV(B)334.29º72.77%79.22%-
XYZ28.9916.618.81-
YUV106.14134.7196.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 55 (21.88% from 255) = 14.67%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=53.87%
G=14.67%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025511800.730.420.21334.2958.150.39
HexCA37760492A1514e3a32
Octal31267166011152255167262
Binary1100101011011111101100100100110101010101101001110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3776; }

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

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

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

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

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

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

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

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