Html Css Color HEX #C70AA9 Deep Magenta

📋 copy color: '#C70AA9'

red 199 ◦ green 10 ◦ blue 169

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

Shades of Deep Magenta #C70AA9

Tints of Deep Magenta #C70AA9

RGB

 RED value IS 199 (78.13% from 255) = 52.65%

 GREEN value IS 10 (4.3% from 255) = 2.65%

 BLUE value IS 169 (66.41% from 255) = 44.71%

R = 52.65%
G = 2.65%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C70AA9 (or 0xC70AA9) is known color: Deep Magenta. HEX triplet: C7, 0A and A9. RGB value is (199,10,169). Sum of RGB (Red+Green+Blue) = 199+10+169=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70AA9 is #38F556. Grayscale: #545454. Windows color (decimal): -3732823 or 11078343. OLE color: 11078343.

HSL color Cylindrical-coordinate representation of color #C70AA9: hue angle of 309.52º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70AA9 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 10 169 -
CMYK 0 0.95 0.15 0.22
HSL 309.52º 0.9% 0.41% -
HSV(B) 309.52º 0.95% 0.78% -
XYZ 30.82 15.22 38.85 -
YUV 84.64 175.62 209.57 -
System Red Green Blue C M Y K H S L
Decimal 199 10 169 0 0.95 0.15 0.22 309.52 0.9 0.41
Hex C7 A A9 0 5F F 16 136 5A 29
Octal 307 12 251 0 137 17 26 466 132 51
Binary 11000111 1010 10101001 0 1011111 1111 10110 100110110 1011010 101001

Color Harmonies of #C70AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70AA9

Black with #C70AA9

Text Example


Text Example

White with #C70AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70AA9; }

 p { color: rgb(199,10,169); }

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

background-color css

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

 a { background-color: rgb(199,10,169); }

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

border-color css

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

 span { border-color: rgb(199,10,169); }

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