#C72582

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

Shades of Medium Violet Red #C72582

Tints of Medium Violet Red #C72582

Color information

#C72582 (or 0xC72582) is unknown color: approx Medium Violet Red. HEX triplet: C7, 25 and 82. RGB value is (199,37,130). Sum of RGB (Red+Green+Blue) = 199+37+130=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C72582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72582 is #38DA7D. Grayscale: #5F5F5F. Windows color (decimal): -3725950 or 8529351. OLE color: 8529351.

HSL color Cylindrical-coordinate representation of color #C72582: hue angle of 325.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72582 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19937130-
CMYK00.810.350.22
HSL325.56º68.64%46.27%-
HSV(B)325.56º81.41%78.04%-
XYZ28.2415.0822.54-
YUV96.04147.17201.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.37%
GREEN value IS 37 (14.84% from 255) = 10.11%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=54.37%
G=10.11%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993713000.810.350.22325.5668.6446.27
HexC725820512316146452e
Octal307452020121432650610556
Binary110001111001011000001001010001100011101101010001101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72582; }

 p { color: rgb(199,37,130); }

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

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

 a { background-color: rgb(199,37,130); }

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

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

 span { border-color: rgb(199,37,130); }

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