Html Css Color HEX #CA0FAA Deep Magenta

📋 copy color: '#CA0FAA'

red 202 ◦ green 15 ◦ blue 170

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

Shades of Deep Magenta #CA0FAA

Tints of Deep Magenta #CA0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

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

R = 52.2%
G = 3.88%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA0FAA (or 0xCA0FAA) is known color: Deep Magenta. HEX triplet: CA, 0F and AA. RGB value is (202,15,170). Sum of RGB (Red+Green+Blue) = 202+15+170=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0FAA is #35F055. Grayscale: #585858. Windows color (decimal): -3534934 or 11145162. OLE color: 11145162.

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

Color convert

RGB 202 15 170 -
CMYK 0 0.93 0.16 0.21
HSL 310.27º 0.86% 0.43% -
HSV(B) 310.27º 0.93% 0.79% -
XYZ 31.78 15.8 39.4 -
YUV 88.58 173.95 208.9 -
System Red Green Blue C M Y K H S L
Decimal 202 15 170 0 0.93 0.16 0.21 310.27 0.86 0.43
Hex CA F AA 0 5D 10 15 136 56 2B
Octal 312 17 252 0 135 20 25 466 126 53
Binary 11001010 1111 10101010 0 1011101 10000 10101 100110110 1010110 101011

Color Harmonies of #CA0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0FAA

Black with #CA0FAA

Text Example


Text Example

White with #CA0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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