Html Css Color HEX #C70ABF Deep Magenta

📋 copy color: '#C70ABF'

red 199 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #C70ABF

Tints of Deep Magenta #C70ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.5%

 BLUE value IS 191 (75% from 255) = 47.75%

R = 49.75%
G = 2.5%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C70ABF (or 0xC70ABF) is known color: Deep Magenta. HEX triplet: C7, 0A and BF. RGB value is (199,10,191). Sum of RGB (Red+Green+Blue) = 199+10+191=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C70ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ABF is #38F540. Grayscale: #565656. Windows color (decimal): -3732801 or 12520135. OLE color: 12520135.

HSL color Cylindrical-coordinate representation of color #C70ABF: hue angle of 302.54º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70ABF is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 10 191 -
CMYK 0 0.95 0.04 0.22
HSL 302.54º 0.9% 0.41% -
HSV(B) 302.54º 0.95% 0.78% -
XYZ 33.07 16.12 50.66 -
YUV 87.15 186.62 207.78 -
System Red Green Blue C M Y K H S L
Decimal 199 10 191 0 0.95 0.04 0.22 302.54 0.9 0.41
Hex C7 A BF 0 5F 4 16 12F 5A 29
Octal 307 12 277 0 137 4 26 457 132 51
Binary 11000111 1010 10111111 0 1011111 100 10110 100101111 1011010 101001

Color Harmonies of #C70ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70ABF

Black with #C70ABF

Text Example


Text Example

White with #C70ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70ABF; }

 p { color: rgb(199,10,191); }

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

background-color css

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

 a { background-color: rgb(199,10,191); }

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

border-color css

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

 span { border-color: rgb(199,10,191); }

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