Html Css Color HEX #C70CAA Deep Magenta

📋 copy color: '#C70CAA'

red 199 ◦ green 12 ◦ blue 170

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

Shades of Deep Magenta #C70CAA

Tints of Deep Magenta #C70CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.15%

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

R = 52.23%
G = 3.15%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C70CAA (or 0xC70CAA) is known color: Deep Magenta. HEX triplet: C7, 0C and AA. RGB value is (199,12,170). Sum of RGB (Red+Green+Blue) = 199+12+170=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C70CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70CAA is #38F355. Grayscale: #555555. Windows color (decimal): -3732310 or 11144391. OLE color: 11144391.

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

Color convert

RGB 199 12 170 -
CMYK 0 0.94 0.15 0.22
HSL 309.3º 0.89% 0.41% -
HSV(B) 309.3º 0.94% 0.78% -
XYZ 30.94 15.31 39.35 -
YUV 85.93 175.45 208.65 -
System Red Green Blue C M Y K H S L
Decimal 199 12 170 0 0.94 0.15 0.22 309.3 0.89 0.41
Hex C7 C AA 0 5E F 16 135 59 29
Octal 307 14 252 0 136 17 26 465 131 51
Binary 11000111 1100 10101010 0 1011110 1111 10110 100110101 1011001 101001

Color Harmonies of #C70CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CAA

Black with #C70CAA

Text Example


Text Example

White with #C70CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CAA; }

 p { color: rgb(199,12,170); }

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

background-color css

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

 a { background-color: rgb(199,12,170); }

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

border-color css

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

 span { border-color: rgb(199,12,170); }

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