#C61DA0

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

Shades of Medium Violet Red #C61DA0

Tints of Medium Violet Red #C61DA0

Color information

#C61DA0 (or 0xC61DA0) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1D and A0. RGB value is (198,29,160). Sum of RGB (Red+Green+Blue) = 198+29+160=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61DA0 is #39E25F. Grayscale: #5E5E5E. Windows color (decimal): -3793504 or 10493382. OLE color: 10493382.

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

Color convert

RGB19829160-
CMYK00.850.190.22
HSL313.49º74.45%44.51%-
HSV(B)313.49º85.35%77.65%-
XYZ30.0715.4234.65-
YUV94.46164.99201.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 29 (11.72% from 255) = 7.49%
BLUE value IS 160 (62.89% from 255) = 41.34%
R=51.16%
G=7.49%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982916000.850.190.22313.4974.4544.51
HexC61DA005513161394a2d
Octal306352400125232647111255
Binary1100011011101101000000101010110011101101001110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61DA0; }

 p { color: rgb(198,29,160); }

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

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

 a { background-color: rgb(198,29,160); }

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

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

 span { border-color: rgb(198,29,160); }

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