#C6129A

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

Shades of Medium Violet Red #C6129A

Tints of Medium Violet Red #C6129A

Color information

#C6129A (or 0xC6129A) is unknown color: approx Medium Violet Red. HEX triplet: C6, 12 and 9A. RGB value is (198,18,154). Sum of RGB (Red+Green+Blue) = 198+18+154=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6129A is #39ED65. Grayscale: #565656. Windows color (decimal): -3796326 or 10097350. OLE color: 10097350.

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

Color convert

RGB19818154-
CMYK00.910.220.22
HSL314.67º83.33%42.35%-
HSV(B)314.67º90.91%77.65%-
XYZ29.3414.7731.88-
YUV87.32165.63206.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 18 (7.42% from 255) = 4.86%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=53.51%
G=4.86%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981815400.910.220.22314.6783.3342.35
HexC6129A05B161613b532a
Octal306222320133262647312352
Binary1100011010010100110100101101110110101101001110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6129A; }

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

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

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

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

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

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

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

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