#C00780

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

Shades of Medium Violet Red #C00780

Tints of Medium Violet Red #C00780

Color information

#C00780 (or 0xC00780) is unknown color: approx Medium Violet Red. HEX triplet: C0, 07 and 80. RGB value is (192,7,128). Sum of RGB (Red+Green+Blue) = 192+7+128=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C00780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00780 is #3FF87F. Grayscale: #4B4B4B. Windows color (decimal): -4192384 or 8390592. OLE color: 8390592.

HSL color Cylindrical-coordinate representation of color #C00780: hue angle of 320.76º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00780 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB1927128-
CMYK00.960.330.25
HSL320.76º92.96%39.02%-
HSV(B)320.76º96.35%75.29%-
XYZ25.7112.9221.56-
YUV76.11157.29210.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.72%
GREEN value IS 7 (3.12% from 255) = 2.14%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=58.72%
G=2.14%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192712800.960.330.25320.7692.9639.02
HexC078006021191415d27
Octal30072000140413150113547
Binary110000001111000000001100000100001110011010000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00780; }

 p { color: rgb(192,7,128); }

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

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

 a { background-color: rgb(192,7,128); }

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

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

 span { border-color: rgb(192,7,128); }

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