#C713AC

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

Shades of Deep Magenta #C713AC

Tints of Deep Magenta #C713AC

Color information

#C713AC (or 0xC713AC) is unknown color: approx Deep Magenta. HEX triplet: C7, 13 and AC. RGB value is (199,19,172). Sum of RGB (Red+Green+Blue) = 199+19+172=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C713AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C713AC is #38EC53. Grayscale: #595959. Windows color (decimal): -3730516 or 11277255. OLE color: 11277255.

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

Color convert

RGB19919172-
CMYK00.900.140.22
HSL309º82.57%42.75%-
HSV(B)309º90.45%78.04%-
XYZ31.2315.5940.39-
YUV90.26174.13205.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 19 (7.81% from 255) = 4.87%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=51.03%
G=4.87%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991917200.900.140.2230982.5742.75
HexC713AC05AE16135532b
Octal307232540132162646512353
Binary110001111001110101100010110101110101101001101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C713AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C713AC; }

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

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

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

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

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

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

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

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