#CA3982

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

Shades of Deep Cerise #CA3982

Tints of Deep Cerise #CA3982

Color information

#CA3982 (or 0xCA3982) is unknown color: approx Deep Cerise. HEX triplet: CA, 39 and 82. RGB value is (202,57,130). Sum of RGB (Red+Green+Blue) = 202+57+130=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3982 is #35C67D. Grayscale: #6C6C6C. Windows color (decimal): -3524222 or 8534474. OLE color: 8534474.

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

Color convert

RGB20257130-
CMYK00.720.360.21
HSL329.79º57.77%50.78%-
HSV(B)329.79º71.78%79.22%-
XYZ29.8517.0922.85-
YUV108.68140.04194.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 57 (22.66% from 255) = 14.65%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=51.93%
G=14.65%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025713000.720.360.21329.7957.7750.78
HexCA3982048241514a3a33
Octal31271202011044255127263
Binary11001010111001100000100100100010010010101101001010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3982; }

 p { color: rgb(202,57,130); }

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

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

 a { background-color: rgb(202,57,130); }

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

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

 span { border-color: rgb(202,57,130); }

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