Html Css Color HEX #C70FAD Deep Magenta

📋 copy color: '#C70FAD'

red 199 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #C70FAD

Tints of Deep Magenta #C70FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 51.42%
G = 3.88%
B = 44.7%

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

#C70FAD (or 0xC70FAD) is known color: Deep Magenta. HEX triplet: C7, 0F and AD. RGB value is (199,15,173). Sum of RGB (Red+Green+Blue) = 199+15+173=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FAD is #38F052. Grayscale: #575757. Windows color (decimal): -3731539 or 11341767. OLE color: 11341767.

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

Color convert

RGB 199 15 173 -
CMYK 0 0.92 0.13 0.22
HSL 308.48º 0.86% 0.42% -
HSV(B) 308.48º 0.92% 0.78% -
XYZ 31.27 15.5 40.88 -
YUV 88.03 175.96 207.15 -
System Red Green Blue C M Y K H S L
Decimal 199 15 173 0 0.92 0.13 0.22 308.48 0.86 0.42
Hex C7 F AD 0 5C D 16 134 56 2A
Octal 307 17 255 0 134 15 26 464 126 52
Binary 11000111 1111 10101101 0 1011100 1101 10110 100110100 1010110 101010

Color Harmonies of #C70FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FAD

Black with #C70FAD

Text Example


Text Example

White with #C70FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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