#C82072

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

Shades of Medium Violet Red #C82072

Tints of Medium Violet Red #C82072

Color information

#C82072 (or 0xC82072) is unknown color: approx Medium Violet Red. HEX triplet: C8, 20 and 72. RGB value is (200,32,114). Sum of RGB (Red+Green+Blue) = 200+32+114=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C82072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82072 is #37DF8D. Grayscale: #5B5B5B. Windows color (decimal): -3661710 or 7479496. OLE color: 7479496.

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

Color convert

RGB20032114-
CMYK00.840.430.22
HSL330.71º72.41%45.49%-
HSV(B)330.71º84%78.43%-
XYZ27.3714.5317.28-
YUV91.58140.66205.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.80%
GREEN value IS 32 (12.89% from 255) = 9.25%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=57.80%
G=9.25%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003211400.840.430.22330.7172.4145.49
HexC820720542B1614b482d
Octal310401620124532651311055
Binary11001000100000111001001010100101011101101010010111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82072; }

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

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

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

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

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

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

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

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