Html Css Color HEX #C70FAE Deep Magenta

📋 copy color: '#C70FAE'

red 199 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #C70FAE

Tints of Deep Magenta #C70FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.87%

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 51.29%
G = 3.87%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C70FAE (or 0xC70FAE) is known color: Deep Magenta. HEX triplet: C7, 0F and AE. RGB value is (199,15,174). Sum of RGB (Red+Green+Blue) = 199+15+174=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FAE is #38F051. Grayscale: #575757. Windows color (decimal): -3731538 or 11407303. OLE color: 11407303.

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

Color convert

RGB 199 15 174 -
CMYK 0 0.92 0.13 0.22
HSL 308.15º 0.86% 0.42% -
HSV(B) 308.15º 0.92% 0.78% -
XYZ 31.36 15.54 41.39 -
YUV 88.14 176.46 207.07 -
System Red Green Blue C M Y K H S L
Decimal 199 15 174 0 0.92 0.13 0.22 308.15 0.86 0.42
Hex C7 F AE 0 5C D 16 134 56 2A
Octal 307 17 256 0 134 15 26 464 126 52
Binary 11000111 1111 10101110 0 1011100 1101 10110 100110100 1010110 101010

Color Harmonies of #C70FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FAE

Black with #C70FAE

Text Example


Text Example

White with #C70FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FAE; }

 p { color: rgb(199,15,174); }

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

background-color css

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

 a { background-color: rgb(199,15,174); }

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

border-color css

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

 span { border-color: rgb(199,15,174); }

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