Html Css Color HEX #C70FAB Deep Magenta

📋 copy color: '#C70FAB'

red 199 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #C70FAB

Tints of Deep Magenta #C70FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 51.69%
G = 3.9%
B = 44.42%

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

#C70FAB (or 0xC70FAB) is known color: Deep Magenta. HEX triplet: C7, 0F and AB. RGB value is (199,15,171). Sum of RGB (Red+Green+Blue) = 199+15+171=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FAB is #38F054. Grayscale: #575757. Windows color (decimal): -3731541 or 11210695. OLE color: 11210695.

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

Color convert

RGB 199 15 171 -
CMYK 0 0.92 0.14 0.22
HSL 309.13º 0.86% 0.42% -
HSV(B) 309.13º 0.92% 0.78% -
XYZ 31.07 15.42 39.87 -
YUV 87.8 174.96 207.32 -
System Red Green Blue C M Y K H S L
Decimal 199 15 171 0 0.92 0.14 0.22 309.13 0.86 0.42
Hex C7 F AB 0 5C E 16 135 56 2A
Octal 307 17 253 0 134 16 26 465 126 52
Binary 11000111 1111 10101011 0 1011100 1110 10110 100110101 1010110 101010

Color Harmonies of #C70FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FAB

Black with #C70FAB

Text Example


Text Example

White with #C70FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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