#C713D7

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

Shades of Deep Magenta #C713D7

Tints of Deep Magenta #C713D7

Color information

#C713D7 (or 0xC713D7) is unknown color: approx Deep Magenta. HEX triplet: C7, 13 and D7. RGB value is (199,19,215). Sum of RGB (Red+Green+Blue) = 199+19+215=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #C713D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C713D7 is #38EC28. Grayscale: #5E5E5E. Windows color (decimal): -3730473 or 14095303. OLE color: 14095303.

HSL color Cylindrical-coordinate representation of color #C713D7: hue angle of 295.1º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C713D7 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19919215-
CMYK0.070.9100.16
HSL295.1º83.76%45.88%-
HSV(B)295.1º91.16%84.31%-
XYZ36.0517.5165.77-
YUV95.16195.63202.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 19 (7.81% from 255) = 4.39%
BLUE value IS 215 (84.38% from 255) = 49.65%
R=45.96%
G=4.39%
B=49.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal199192150.070.9100.16295.183.7645.88
HexC713D775B010127542e
Octal30723327713302044712456
Binary11000111100111101011111110110110100001001001111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C713D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C713D7; }

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

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

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

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

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

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

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

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