#C6148E

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

Shades of Medium Violet Red #C6148E

Tints of Medium Violet Red #C6148E

Color information

#C6148E (or 0xC6148E) is unknown color: approx Medium Violet Red. HEX triplet: C6, 14 and 8E. RGB value is (198,20,142). Sum of RGB (Red+Green+Blue) = 198+20+142=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6148E is #39EB71. Grayscale: #565656. Windows color (decimal): -3795826 or 9311430. OLE color: 9311430.

HSL color Cylindrical-coordinate representation of color #C6148E: hue angle of 318.88º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6148E is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB19820142-
CMYK00.900.280.22
HSL318.88º81.65%42.75%-
HSV(B)318.88º89.9%77.65%-
XYZ28.4214.4626.88-
YUV87.13158.97207.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55%
GREEN value IS 20 (8.20% from 255) = 5.56%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=55%
G=5.56%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982014200.900.280.22318.8881.6542.75
HexC6148E05A1C1613f522b
Octal306242160132342647712253
Binary1100011010100100011100101101011100101101001111111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6148E; }

 p { color: rgb(198,20,142); }

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

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

 a { background-color: rgb(198,20,142); }

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

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

 span { border-color: rgb(198,20,142); }

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