#c710a9

Color #C710A9 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C710A9

Tints of Medium Violet Red #C710A9

Color information

#C710A9 (or 0xC710A9) is unknown color: approx Medium Violet Red. HEX triplet: C7, 10 and A9. RGB value is (199,16,169). Sum of RGB (Red+Green+Blue) = 199+16+169=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C710A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C710A9 is #38EF56. Grayscale: #575757. Windows color (decimal): -3731287 or 11079879. OLE color: 11079879.

HSL color Cylindrical-coordinate representation of color #C710A9: hue angle of 309.84º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C710A9 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB19916169-
CMYK00.920.150.22
HSL309.84º85.12%42.16%-
HSV(B)309.84º91.96%78.04%-
XYZ30.915.3838.88-
YUV88.16173.63207.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.82%
GREEN value IS 16 (6.64% from 255) = 4.17%
BLUE value IS 169 (66.41% from 255) = 44.01%
R=51.82%
G=4.17%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991616900.920.150.22309.8485.1242.16
HexC710A905CF16136552a
Octal307202510134172646612552
Binary110001111000010101001010111001111101101001101101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c710a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c710a9; }

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

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

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

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

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

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

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

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