#CA11AA

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

Shades of Deep Magenta #CA11AA

Tints of Deep Magenta #CA11AA

Color information

#CA11AA (or 0xCA11AA) is unknown color: approx Deep Magenta. HEX triplet: CA, 11 and AA. RGB value is (202,17,170). Sum of RGB (Red+Green+Blue) = 202+17+170=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA11AA is #35EE55. Grayscale: #595959. Windows color (decimal): -3534422 or 11145674. OLE color: 11145674.

HSL color Cylindrical-coordinate representation of color #CA11AA: hue angle of 310.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11AA is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20217170-
CMYK00.920.160.21
HSL310.38º84.47%42.94%-
HSV(B)310.38º91.58%79.22%-
XYZ31.8115.8639.41-
YUV89.76173.29208.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 17 (7.03% from 255) = 4.37%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=51.93%
G=4.37%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021717000.920.160.21310.3884.4742.94
HexCA11AA05C1015136542b
Octal312212520134202546612453
Binary1100101010001101010100101110010000101011001101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA11AA; }

 p { color: rgb(202,17,170); }

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

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

 a { background-color: rgb(202,17,170); }

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

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

 span { border-color: rgb(202,17,170); }

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