#C50C8C

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

Shades of Medium Violet Red #C50C8C

Tints of Medium Violet Red #C50C8C

Color information

#C50C8C (or 0xC50C8C) is unknown color: approx Medium Violet Red. HEX triplet: C5, 0C and 8C. RGB value is (197,12,140). Sum of RGB (Red+Green+Blue) = 197+12+140=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50C8C is #3AF373. Grayscale: #515151. Windows color (decimal): -3863412 or 9178309. OLE color: 9178309.

HSL color Cylindrical-coordinate representation of color #C50C8C: hue angle of 318.49º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50C8C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19712140-
CMYK00.940.290.23
HSL318.49º88.52%40.98%-
HSV(B)318.49º93.91%77.25%-
XYZ27.8914.0326.05-
YUV81.91160.79210.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 12 (5.08% from 255) = 3.44%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=56.45%
G=3.44%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971214000.940.290.23318.4988.5240.98
HexC5C8C05E1D1713e5929
Octal305142140136352747613151
Binary110001011100100011000101111011101101111001111101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50C8C; }

 p { color: rgb(197,12,140); }

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

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

 a { background-color: rgb(197,12,140); }

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

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

 span { border-color: rgb(197,12,140); }

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