Html Css Color HEX #C70BAC Deep Magenta

📋 copy color: '#C70BAC'

red 199 ◦ green 11 ◦ blue 172

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

Shades of Deep Magenta #C70BAC

Tints of Deep Magenta #C70BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.88%

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

R = 52.09%
G = 2.88%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C70BAC (or 0xC70BAC) is known color: Deep Magenta. HEX triplet: C7, 0B and AC. RGB value is (199,11,172). Sum of RGB (Red+Green+Blue) = 199+11+172=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C70BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70BAC is #38F453. Grayscale: #555555. Windows color (decimal): -3732564 or 11275207. OLE color: 11275207.

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

Color convert

RGB 199 11 172 -
CMYK 0 0.94 0.14 0.22
HSL 308.62º 0.9% 0.41% -
HSV(B) 308.62º 0.94% 0.78% -
XYZ 31.12 15.36 40.35 -
YUV 85.57 176.78 208.91 -
System Red Green Blue C M Y K H S L
Decimal 199 11 172 0 0.94 0.14 0.22 308.62 0.9 0.41
Hex C7 B AC 0 5E E 16 135 5A 29
Octal 307 13 254 0 136 16 26 465 132 51
Binary 11000111 1011 10101100 0 1011110 1110 10110 100110101 1011010 101001

Color Harmonies of #C70BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BAC

Black with #C70BAC

Text Example


Text Example

White with #C70BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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