Html Css Color HEX #C70EAA Deep Magenta

📋 copy color: '#C70EAA'

red 199 ◦ green 14 ◦ blue 170

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

Shades of Deep Magenta #C70EAA

Tints of Deep Magenta #C70EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

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

R = 51.96%
G = 3.66%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C70EAA (or 0xC70EAA) is known color: Deep Magenta. HEX triplet: C7, 0E and AA. RGB value is (199,14,170). Sum of RGB (Red+Green+Blue) = 199+14+170=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EAA is #38F155. Grayscale: #565656. Windows color (decimal): -3731798 or 11144903. OLE color: 11144903.

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

Color convert

RGB 199 14 170 -
CMYK 0 0.93 0.15 0.22
HSL 309.41º 0.87% 0.42% -
HSV(B) 309.41º 0.93% 0.78% -
XYZ 30.97 15.36 39.36 -
YUV 87.1 174.79 207.82 -
System Red Green Blue C M Y K H S L
Decimal 199 14 170 0 0.93 0.15 0.22 309.41 0.87 0.42
Hex C7 E AA 0 5D F 16 135 57 2A
Octal 307 16 252 0 135 17 26 465 127 52
Binary 11000111 1110 10101010 0 1011101 1111 10110 100110101 1010111 101010

Color Harmonies of #C70EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EAA

Black with #C70EAA

Text Example


Text Example

White with #C70EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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