Html Css Color HEX #CA05AA Deep Magenta

📋 copy color: '#CA05AA'

red 202 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #CA05AA

Tints of Deep Magenta #CA05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 53.58%
G = 1.33%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA05AA (or 0xCA05AA) is known color: Deep Magenta. HEX triplet: CA, 05 and AA. RGB value is (202,5,170). Sum of RGB (Red+Green+Blue) = 202+5+170=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA05AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA05AA is #35FA55. Grayscale: #525252. Windows color (decimal): -3537494 or 11142602. OLE color: 11142602.

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

Color convert

RGB 202 5 170 -
CMYK 0 0.98 0.16 0.21
HSL 309.75º 0.95% 0.41% -
HSV(B) 309.75º 0.98% 0.79% -
XYZ 31.67 15.57 39.37 -
YUV 82.71 177.27 213.08 -
System Red Green Blue C M Y K H S L
Decimal 202 5 170 0 0.98 0.16 0.21 309.75 0.95 0.41
Hex CA 5 AA 0 62 10 15 136 5F 29
Octal 312 5 252 0 142 20 25 466 137 51
Binary 11001010 101 10101010 0 1100010 10000 10101 100110110 1011111 101001

Color Harmonies of #CA05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA05AA

Black with #CA05AA

Text Example


Text Example

White with #CA05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA05AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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