#C70BA9

Color #C70BA9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C70BA9

Tints of Deep Magenta #C70BA9

Color information

#C70BA9 (or 0xC70BA9) is unknown color: approx Deep Magenta. HEX triplet: C7, 0B and A9. RGB value is (199,11,169). Sum of RGB (Red+Green+Blue) = 199+11+169=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C70BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70BA9 is #38F456. Grayscale: #545454. Windows color (decimal): -3732567 or 11078599. OLE color: 11078599.

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

Color convert

RGB19911169-
CMYK00.940.150.22
HSL309.57º89.52%41.18%-
HSV(B)309.57º94.47%78.04%-
XYZ30.8315.2538.85-
YUV85.22175.28209.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.51%
GREEN value IS 11 (4.69% from 255) = 2.90%
BLUE value IS 169 (66.41% from 255) = 44.59%
R=52.51%
G=2.90%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991116900.940.150.22309.5789.5241.18
HexC7BA905EF161365a29
Octal307132510136172646613251
Binary11000111101110101001010111101111101101001101101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70BA9; }

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

 H1.HeaderClassName
 {
   color: #C70BA9;
 }
 .AnyTagClassName
 {
   color: #C70BA9;
 }
</style>
background-color css

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

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

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

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

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

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