#C82372

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

Shades of Medium Violet Red #C82372

Tints of Medium Violet Red #C82372

Color information

#C82372 (or 0xC82372) is unknown color: approx Medium Violet Red. HEX triplet: C8, 23 and 72. RGB value is (200,35,114). Sum of RGB (Red+Green+Blue) = 200+35+114=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C82372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82372 is #37DC8D. Grayscale: #5D5D5D. Windows color (decimal): -3660942 or 7480264. OLE color: 7480264.

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

Color convert

RGB20035114-
CMYK00.820.430.22
HSL331.27º70.21%46.08%-
HSV(B)331.27º82.5%78.43%-
XYZ27.4614.717.31-
YUV93.34139.66204.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.31%
GREEN value IS 35 (14.06% from 255) = 10.03%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=57.31%
G=10.03%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003511400.820.430.22331.2770.2146.08
HexC823720522B1614b462e
Octal310431620122532651310656
Binary11001000100011111001001010010101011101101010010111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82372; }

 p { color: rgb(200,35,114); }

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

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

 a { background-color: rgb(200,35,114); }

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

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

 span { border-color: rgb(200,35,114); }

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