#C72B95

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

Shades of Medium Red Violet #C72B95

Tints of Medium Red Violet #C72B95

Color information

#C72B95 (or 0xC72B95) is unknown color: approx Medium Red Violet. HEX triplet: C7, 2B and 95. RGB value is (199,43,149). Sum of RGB (Red+Green+Blue) = 199+43+149=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72B95 is #38D46A. Grayscale: #656565. Windows color (decimal): -3724395 or 9776071. OLE color: 9776071.

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

Color convert

RGB19943149-
CMYK00.780.250.22
HSL319.23º64.46%47.45%-
HSV(B)319.23º78.39%78.04%-
XYZ29.8416.0429.96-
YUV101.73154.68197.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=50.90%
G=11.00%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994314900.780.250.22319.2364.4647.45
HexC72B9504E191613f402f
Octal307532250116312647710057
Binary11000111101011100101010100111011001101101001111111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72B95; }

 p { color: rgb(199,43,149); }

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

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

 a { background-color: rgb(199,43,149); }

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

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

 span { border-color: rgb(199,43,149); }

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