#C701A0

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

Shades of Medium Violet Red #C701A0

Tints of Medium Violet Red #C701A0

Color information

#C701A0 (or 0xC701A0) is unknown color: approx Medium Violet Red. HEX triplet: C7, 01 and A0. RGB value is (199,1,160). Sum of RGB (Red+Green+Blue) = 199+1+160=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C701A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C701A0 is #38FE5F. Grayscale: #4D4D4D. Windows color (decimal): -3735136 or 10486215. OLE color: 10486215.

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

Color convert

RGB1991160-
CMYK00.990.200.22
HSL311.82º99%39.22%-
HSV(B)311.82º99.5%78.04%-
XYZ29.9114.734.52-
YUV78.33174.1214.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.28%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 160 (62.89% from 255) = 44.44%
R=55.28%
G=0.28%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199116000.990.200.22311.829939.22
HexC71A006314161386327
Octal30712400143242647014347
Binary110001111101000000110001110100101101001110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C701A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C701A0; }

 p { color: rgb(199,1,160); }

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

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

 a { background-color: rgb(199,1,160); }

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

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

 span { border-color: rgb(199,1,160); }

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