Html Css Color HEX #C70EAC Deep Magenta

📋 copy color: '#C70EAC'

red 199 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #C70EAC

Tints of Deep Magenta #C70EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 51.69%
G = 3.64%
B = 44.68%

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

#C70EAC (or 0xC70EAC) is known color: Deep Magenta. HEX triplet: C7, 0E and AC. RGB value is (199,14,172). Sum of RGB (Red+Green+Blue) = 199+14+172=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EAC is #38F153. Grayscale: #565656. Windows color (decimal): -3731796 or 11275975. OLE color: 11275975.

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

Color convert

RGB 199 14 172 -
CMYK 0 0.93 0.14 0.22
HSL 308.76º 0.87% 0.42% -
HSV(B) 308.76º 0.93% 0.78% -
XYZ 31.16 15.43 40.37 -
YUV 87.33 175.79 207.65 -
System Red Green Blue C M Y K H S L
Decimal 199 14 172 0 0.93 0.14 0.22 308.76 0.87 0.42
Hex C7 E AC 0 5D E 16 135 57 2A
Octal 307 16 254 0 135 16 26 465 127 52
Binary 11000111 1110 10101100 0 1011101 1110 10110 100110101 1010111 101010

Color Harmonies of #C70EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EAC

Black with #C70EAC

Text Example


Text Example

White with #C70EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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