#CA3A84

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

Shades of Deep Cerise #CA3A84

Tints of Deep Cerise #CA3A84

Color information

#CA3A84 (or 0xCA3A84) is unknown color: approx Deep Cerise. HEX triplet: CA, 3A and 84. RGB value is (202,58,132). Sum of RGB (Red+Green+Blue) = 202+58+132=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3A84 is #35C57B. Grayscale: #6D6D6D. Windows color (decimal): -3523964 or 8665802. OLE color: 8665802.

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

Color convert

RGB20258132-
CMYK00.710.350.21
HSL329.17º57.6%50.98%-
HSV(B)329.17º71.29%79.22%-
XYZ30.0417.2523.58-
YUV109.49140.71193.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 58 (23.05% from 255) = 14.80%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=51.53%
G=14.80%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025813200.710.350.21329.1757.650.98
HexCA3A8404723151493a33
Octal31272204010743255117263
Binary11001010111010100001000100011110001110101101001001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3A84; }

 p { color: rgb(202,58,132); }

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

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

 a { background-color: rgb(202,58,132); }

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

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

 span { border-color: rgb(202,58,132); }

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