Html Css Color HEX #C70FAC Deep Magenta

📋 copy color: '#C70FAC'

red 199 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #C70FAC

Tints of Deep Magenta #C70FAC

RGB

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

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

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

R = 51.55%
G = 3.89%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C70FAC (or 0xC70FAC) is known color: Deep Magenta. HEX triplet: C7, 0F and AC. RGB value is (199,15,172). Sum of RGB (Red+Green+Blue) = 199+15+172=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FAC is #38F053. Grayscale: #575757. Windows color (decimal): -3731540 or 11276231. OLE color: 11276231.

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

Color convert

RGB 199 15 172 -
CMYK 0 0.92 0.14 0.22
HSL 308.8º 0.86% 0.42% -
HSV(B) 308.8º 0.92% 0.78% -
XYZ 31.17 15.46 40.37 -
YUV 87.91 175.46 207.23 -
System Red Green Blue C M Y K H S L
Decimal 199 15 172 0 0.92 0.14 0.22 308.8 0.86 0.42
Hex C7 F AC 0 5C E 16 135 56 2A
Octal 307 17 254 0 134 16 26 465 126 52
Binary 11000111 1111 10101100 0 1011100 1110 10110 100110101 1010110 101010

Color Harmonies of #C70FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FAC

Black with #C70FAC

Text Example


Text Example

White with #C70FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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