Html Css Color HEX #CA10AA Deep Magenta

📋 copy color: '#CA10AA'

red 202 ◦ green 16 ◦ blue 170

#CA10AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CA10AA

Tints of Deep Magenta #CA10AA

RGB

 RED value IS 202 (79.3% from 255) = 52.06%

 GREEN value IS 16 (6.64% from 255) = 4.12%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 52.06%
G = 4.12%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA10AA (or 0xCA10AA) is known color: Deep Magenta. HEX triplet: CA, 10 and AA. RGB value is (202,16,170). Sum of RGB (Red+Green+Blue) = 202+16+170=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA10AA is #35EF55. Grayscale: #585858. Windows color (decimal): -3534678 or 11145418. OLE color: 11145418.

HSL color Cylindrical-coordinate representation of color #CA10AA: hue angle of 310.32º degrees, saturation: 0.85, 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 #CA10AA is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 170 -
CMYK 0 0.92 0.16 0.21
HSL 310.32º 0.85% 0.43% -
HSV(B) 310.32º 0.92% 0.79% -
XYZ 31.8 15.83 39.41 -
YUV 89.17 173.62 208.48 -
System Red Green Blue C M Y K H S L
Decimal 202 16 170 0 0.92 0.16 0.21 310.32 0.85 0.43
Hex CA 10 AA 0 5C 10 15 136 55 2B
Octal 312 20 252 0 134 20 25 466 125 53
Binary 11001010 10000 10101010 0 1011100 10000 10101 100110110 1010101 101011

Color Harmonies of #CA10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA10AA

Black with #CA10AA

Text Example


Text Example

White with #CA10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA10AA; }

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

 H1.HeaderClassName
 {
   color: #CA10AA;
 }
 .AnyTagClassName
 {
   color: #CA10AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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