#C80984

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

Shades of Medium Violet Red #C80984

Tints of Medium Violet Red #C80984

Color information

#C80984 (or 0xC80984) is unknown color: approx Medium Violet Red. HEX triplet: C8, 09 and 84. RGB value is (200,9,132). Sum of RGB (Red+Green+Blue) = 200+9+132=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C80984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80984 is #37F67B. Grayscale: #4F4F4F. Windows color (decimal): -3667580 or 8653256. OLE color: 8653256.

HSL color Cylindrical-coordinate representation of color #C80984: hue angle of 321.36º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80984 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB2009132-
CMYK00.960.340.22
HSL321.36º91.39%40.98%-
HSV(B)321.36º95.5%78.43%-
XYZ28.0814.1423.08-
YUV80.13157.28213.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.65%
GREEN value IS 9 (3.91% from 255) = 2.64%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=58.65%
G=2.64%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200913200.960.340.22321.3691.3940.98
HexC898406022161415b29
Octal310112040140422650113351
Binary1100100010011000010001100000100010101101010000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80984; }

 p { color: rgb(200,9,132); }

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

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

 a { background-color: rgb(200,9,132); }

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

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

 span { border-color: rgb(200,9,132); }

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