#C72EA0

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

Shades of Medium Red Violet #C72EA0

Tints of Medium Red Violet #C72EA0

Color information

#C72EA0 (or 0xC72EA0) is unknown color: approx Medium Red Violet. HEX triplet: C7, 2E and A0. RGB value is (199,46,160). Sum of RGB (Red+Green+Blue) = 199+46+160=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C72EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72EA0 is #38D15F. Grayscale: #686868. Windows color (decimal): -3723616 or 10497735. OLE color: 10497735.

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

Color convert

RGB19946160-
CMYK00.770.200.22
HSL315.29º62.45%48.04%-
HSV(B)315.29º76.88%78.04%-
XYZ30.8816.6334.84-
YUV104.74159.19195.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 46 (18.36% from 255) = 11.36%
BLUE value IS 160 (62.89% from 255) = 39.51%
R=49.14%
G=11.36%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994616000.770.200.22315.2962.4548.04
HexC72EA004D141613b3e30
Octal30756240011524264737660
Binary1100011110111010100000010011011010010110100111011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72EA0; }

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

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

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

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

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

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

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

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