#C80D9A

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

Shades of Medium Violet Red #C80D9A

Tints of Medium Violet Red #C80D9A

Color information

#C80D9A (or 0xC80D9A) is unknown color: approx Medium Violet Red. HEX triplet: C8, 0D and 9A. RGB value is (200,13,154). Sum of RGB (Red+Green+Blue) = 200+13+154=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D9A is #37F265. Grayscale: #545454. Windows color (decimal): -3666534 or 10096072. OLE color: 10096072.

HSL color Cylindrical-coordinate representation of color #C80D9A: hue angle of 314.76º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D9A is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB20013154-
CMYK00.940.230.22
HSL314.76º87.79%41.76%-
HSV(B)314.76º93.5%78.43%-
XYZ29.814.931.88-
YUV84.99166.95210.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.50%
GREEN value IS 13 (5.47% from 255) = 3.54%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=54.50%
G=3.54%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001315400.940.230.22314.7687.7941.76
HexC8D9A05E171613b582a
Octal310152320136272647313052
Binary110010001101100110100101111010111101101001110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80D9A; }

 p { color: rgb(200,13,154); }

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

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

 a { background-color: rgb(200,13,154); }

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

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

 span { border-color: rgb(200,13,154); }

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