#C718A7

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

Shades of Medium Violet Red #C718A7

Tints of Medium Violet Red #C718A7

Color information

#C718A7 (or 0xC718A7) is unknown color: approx Medium Violet Red. HEX triplet: C7, 18 and A7. RGB value is (199,24,167). Sum of RGB (Red+Green+Blue) = 199+24+167=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C718A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C718A7 is #38E758. Grayscale: #5C5C5C. Windows color (decimal): -3729241 or 10950855. OLE color: 10950855.

HSL color Cylindrical-coordinate representation of color #C718A7: hue angle of 310.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C718A7 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB19924167-
CMYK00.880.160.22
HSL310.97º78.48%43.73%-
HSV(B)310.97º87.94%78.04%-
XYZ30.8515.5937.94-
YUV92.63169.98203.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 24 (9.77% from 255) = 6.15%
BLUE value IS 167 (65.62% from 255) = 42.82%
R=51.03%
G=6.15%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992416700.880.160.22310.9778.4843.73
HexC718A705810161374e2c
Octal307302470130202646711654
Binary1100011111000101001110101100010000101101001101111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C718A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C718A7; }

 p { color: rgb(199,24,167); }

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

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

 a { background-color: rgb(199,24,167); }

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

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

 span { border-color: rgb(199,24,167); }

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