#C6126D

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

Shades of Medium Violet Red #C6126D

Tints of Medium Violet Red #C6126D

Color information

#C6126D (or 0xC6126D) is unknown color: approx Medium Violet Red. HEX triplet: C6, 12 and 6D. RGB value is (198,18,109). Sum of RGB (Red+Green+Blue) = 198+18+109=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6126D is #39ED92. Grayscale: #525252. Windows color (decimal): -3796371 or 7148230. OLE color: 7148230.

HSL color Cylindrical-coordinate representation of color #C6126D: hue angle of 329.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6126D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19818109-
CMYK00.910.450.22
HSL329.67º83.33%42.35%-
HSV(B)329.67º90.91%77.65%-
XYZ26.2713.5415.7-
YUV82.19143.13210.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.92%
GREEN value IS 18 (7.42% from 255) = 5.54%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=60.92%
G=5.54%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981810900.910.450.22329.6783.3342.35
HexC6126D05B2D1614a532a
Octal306221550133552651212352
Binary1100011010010110110101011011101101101101010010101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6126D; }

 p { color: rgb(198,18,109); }

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

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

 a { background-color: rgb(198,18,109); }

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

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

 span { border-color: rgb(198,18,109); }

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