#C6126A

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

Shades of Medium Violet Red #C6126A

Tints of Medium Violet Red #C6126A

Color information

#C6126A (or 0xC6126A) is unknown color: approx Medium Violet Red. HEX triplet: C6, 12 and 6A. RGB value is (198,18,106). Sum of RGB (Red+Green+Blue) = 198+18+106=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6126A is #39ED95. Grayscale: #515151. Windows color (decimal): -3796374 or 6951622. OLE color: 6951622.

HSL color Cylindrical-coordinate representation of color #C6126A: hue angle of 330.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 #C6126A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19818106-
CMYK00.910.460.22
HSL330.67º83.33%42.35%-
HSV(B)330.67º90.91%77.65%-
XYZ26.1113.4814.86-
YUV81.85141.63210.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.49%
GREEN value IS 18 (7.42% from 255) = 5.59%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=61.49%
G=5.59%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981810600.910.460.22330.6783.3342.35
HexC6126A05B2E1614b532a
Octal306221520133562651312352
Binary1100011010010110101001011011101110101101010010111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6126A; }

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

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

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

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

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

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

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

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