#C6149F

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

Shades of Medium Violet Red #C6149F

Tints of Medium Violet Red #C6149F

Color information

#C6149F (or 0xC6149F) is unknown color: approx Medium Violet Red. HEX triplet: C6, 14 and 9F. RGB value is (198,20,159). Sum of RGB (Red+Green+Blue) = 198+20+159=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6149F is #39EB60. Grayscale: #585858. Windows color (decimal): -3795809 or 10425542. OLE color: 10425542.

HSL color Cylindrical-coordinate representation of color #C6149F: hue angle of 313.15º 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 #C6149F is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19820159-
CMYK00.900.200.22
HSL313.15º81.65%42.75%-
HSV(B)313.15º89.9%77.65%-
XYZ29.815.0134.13-
YUV89.07167.47205.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.52%
GREEN value IS 20 (8.20% from 255) = 5.31%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=52.52%
G=5.31%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982015900.900.200.22313.1581.6542.75
HexC6149F05A1416139522b
Octal306242370132242647112253
Binary1100011010100100111110101101010100101101001110011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6149F; }

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

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

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

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

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

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

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

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