#C61A8B

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

Shades of Medium Violet Red #C61A8B

Tints of Medium Violet Red #C61A8B

Color information

#C61A8B (or 0xC61A8B) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1A and 8B. RGB value is (198,26,139). Sum of RGB (Red+Green+Blue) = 198+26+139=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61A8B is #39E574. Grayscale: #5A5A5A. Windows color (decimal): -3794293 or 9116358. OLE color: 9116358.

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

Color convert

RGB19826139-
CMYK00.870.300.22
HSL320.58º76.79%43.92%-
HSV(B)320.58º86.87%77.65%-
XYZ28.3214.6125.75-
YUV90.31155.48204.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.55%
GREEN value IS 26 (10.55% from 255) = 7.16%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=54.55%
G=7.16%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982613900.870.300.22320.5876.7943.92
HexC61A8B0571E161414d2c
Octal306322130127362650111554
Binary1100011011010100010110101011111110101101010000011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61A8B; }

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

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

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

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

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

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

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

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