#C70AB3

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

Shades of Deep Magenta #C70AB3

Tints of Deep Magenta #C70AB3

Color information

#C70AB3 (or 0xC70AB3) is unknown color: approx Deep Magenta. HEX triplet: C7, 0A and B3. RGB value is (199,10,179). Sum of RGB (Red+Green+Blue) = 199+10+179=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70AB3 is #38F54C. Grayscale: #555555. Windows color (decimal): -3732813 or 11733703. OLE color: 11733703.

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

Color convert

RGB19910179-
CMYK00.950.100.22
HSL306.35º90.43%40.98%-
HSV(B)306.35º94.97%78.04%-
XYZ31.815.6143.99-
YUV85.78180.62208.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 179 (70.31% from 255) = 46.13%
R=51.29%
G=2.58%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991017900.950.100.22306.3590.4340.98
HexC7AB305FA161325a29
Octal307122630137122646213251
Binary11000111101010110011010111111010101101001100101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70AB3; }

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

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

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

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

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

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

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

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