Html Css Color HEX #C70EAB Deep Magenta

📋 copy color: '#C70EAB'

red 199 ◦ green 14 ◦ blue 171

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

Shades of Deep Magenta #C70EAB

Tints of Deep Magenta #C70EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 51.82%
G = 3.65%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C70EAB (or 0xC70EAB) is known color: Deep Magenta. HEX triplet: C7, 0E and AB. RGB value is (199,14,171). Sum of RGB (Red+Green+Blue) = 199+14+171=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EAB is #38F154. Grayscale: #565656. Windows color (decimal): -3731797 or 11210439. OLE color: 11210439.

HSL color Cylindrical-coordinate representation of color #C70EAB: hue angle of 309.08º 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 #C70EAB is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 14 171 -
CMYK 0 0.93 0.14 0.22
HSL 309.08º 0.87% 0.42% -
HSV(B) 309.08º 0.93% 0.78% -
XYZ 31.06 15.4 39.86 -
YUV 87.21 175.29 207.73 -
System Red Green Blue C M Y K H S L
Decimal 199 14 171 0 0.93 0.14 0.22 309.08 0.87 0.42
Hex C7 E AB 0 5D E 16 135 57 2A
Octal 307 16 253 0 135 16 26 465 127 52
Binary 11000111 1110 10101011 0 1011101 1110 10110 100110101 1010111 101010

Color Harmonies of #C70EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EAB

Black with #C70EAB

Text Example


Text Example

White with #C70EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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