#C61AAB

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

Shades of Medium Violet Red #C61AAB

Tints of Medium Violet Red #C61AAB

Color information

#C61AAB (or 0xC61AAB) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1A and AB. RGB value is (198,26,171). Sum of RGB (Red+Green+Blue) = 198+26+171=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AAB is #39E554. Grayscale: #5D5D5D. Windows color (decimal): -3794261 or 11213510. OLE color: 11213510.

HSL color Cylindrical-coordinate representation of color #C61AAB: hue angle of 309.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61AAB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19826171-
CMYK00.870.140.22
HSL309.42º76.79%43.92%-
HSV(B)309.42º86.87%77.65%-
XYZ31.0115.6839.92-
YUV93.96171.48202.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 26 (10.55% from 255) = 6.58%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=50.13%
G=6.58%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982617100.870.140.22309.4276.7943.92
HexC61AAB057E161354d2c
Octal306322530127162646511554
Binary110001101101010101011010101111110101101001101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61AAB; }

 p { color: rgb(198,26,171); }

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

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

 a { background-color: rgb(198,26,171); }

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

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

 span { border-color: rgb(198,26,171); }

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