#CA1AAE

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

Shades of Deep Magenta #CA1AAE

Tints of Deep Magenta #CA1AAE

Color information

#CA1AAE (or 0xCA1AAE) is unknown color: approx Deep Magenta. HEX triplet: CA, 1A and AE. RGB value is (202,26,174). Sum of RGB (Red+Green+Blue) = 202+26+174=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1AAE is #35E551. Grayscale: #5F5F5F. Windows color (decimal): -3532114 or 11410122. OLE color: 11410122.

HSL color Cylindrical-coordinate representation of color #CA1AAE: hue angle of 309.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1AAE is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20226174-
CMYK00.870.140.21
HSL309.55º77.19%44.71%-
HSV(B)309.55º87.13%79.22%-
XYZ32.3716.3541.49-
YUV95.5172.31203.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 26 (10.55% from 255) = 6.47%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=50.25%
G=6.47%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022617400.870.140.21309.5577.1944.71
HexCA1AAE057E151364d2d
Octal312322560127162546611555
Binary110010101101010101110010101111110101011001101101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1AAE; }

 p { color: rgb(202,26,174); }

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

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

 a { background-color: rgb(202,26,174); }

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

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

 span { border-color: rgb(202,26,174); }

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