Html Css Color HEX #C70FAF Deep Magenta

📋 copy color: '#C70FAF'

red 199 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #C70FAF

Tints of Deep Magenta #C70FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 51.16%
G = 3.86%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C70FAF (or 0xC70FAF) is known color: Deep Magenta. HEX triplet: C7, 0F and AF. RGB value is (199,15,175). Sum of RGB (Red+Green+Blue) = 199+15+175=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FAF is #38F050. Grayscale: #575757. Windows color (decimal): -3731537 or 11472839. OLE color: 11472839.

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

Color convert

RGB 199 15 175 -
CMYK 0 0.92 0.12 0.22
HSL 307.83º 0.86% 0.42% -
HSV(B) 307.83º 0.92% 0.78% -
XYZ 31.46 15.58 41.91 -
YUV 88.26 176.96 206.99 -
System Red Green Blue C M Y K H S L
Decimal 199 15 175 0 0.92 0.12 0.22 307.83 0.86 0.42
Hex C7 F AF 0 5C C 16 134 56 2A
Octal 307 17 257 0 134 14 26 464 126 52
Binary 11000111 1111 10101111 0 1011100 1100 10110 100110100 1010110 101010

Color Harmonies of #C70FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FAF

Black with #C70FAF

Text Example


Text Example

White with #C70FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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