#C71AA5

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

Shades of Medium Violet Red #C71AA5

Tints of Medium Violet Red #C71AA5

Color information

#C71AA5 (or 0xC71AA5) is unknown color: approx Medium Violet Red. HEX triplet: C7, 1A and A5. RGB value is (199,26,165). Sum of RGB (Red+Green+Blue) = 199+26+165=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71AA5 is #38E55A. Grayscale: #5D5D5D. Windows color (decimal): -3728731 or 10820295. OLE color: 10820295.

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

Color convert

RGB19926165-
CMYK00.870.170.22
HSL311.79º76.89%44.12%-
HSV(B)311.79º86.93%78.04%-
XYZ30.7115.636.99-
YUV93.57168.31203.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 26 (10.55% from 255) = 6.67%
BLUE value IS 165 (64.84% from 255) = 42.31%
R=51.03%
G=6.67%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992616500.870.170.22311.7976.8944.12
HexC71AA505711161384d2c
Octal307322450127212647011554
Binary1100011111010101001010101011110001101101001110001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71AA5; }

 p { color: rgb(199,26,165); }

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

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

 a { background-color: rgb(199,26,165); }

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

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

 span { border-color: rgb(199,26,165); }

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