#C820A9

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

Shades of Medium Violet Red #C820A9

Tints of Medium Violet Red #C820A9

Color information

#C820A9 (or 0xC820A9) is unknown color: approx Medium Violet Red. HEX triplet: C8, 20 and A9. RGB value is (200,32,169). Sum of RGB (Red+Green+Blue) = 200+32+169=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C820A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820A9 is #37DF56. Grayscale: #616161. Windows color (decimal): -3661655 or 11083976. OLE color: 11083976.

HSL color Cylindrical-coordinate representation of color #C820A9: hue angle of 311.07º 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 #C820A9 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB20032169-
CMYK00.840.160.22
HSL311.07º72.41%45.49%-
HSV(B)311.07º84%78.43%-
XYZ31.516.1839-
YUV97.85168.16200.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 32 (12.89% from 255) = 7.98%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=49.88%
G=7.98%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003216900.840.160.22311.0772.4145.49
HexC820A90541016137482d
Octal310402510124202646711055
Binary11001000100000101010010101010010000101101001101111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C820A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C820A9; }

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

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

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

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

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

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

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

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