#c50da4

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

Shades of Medium Violet Red #C50DA4

Tints of Medium Violet Red #C50DA4

Color information

#C50DA4 (or 0xC50DA4) is unknown color: approx Medium Violet Red. HEX triplet: C5, 0D and A4. RGB value is (197,13,164). Sum of RGB (Red+Green+Blue) = 197+13+164=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50DA4 is #3AF25B. Grayscale: #545454. Windows color (decimal): -3863132 or 10751429. OLE color: 10751429.

HSL color Cylindrical-coordinate representation of color #C50DA4: hue angle of 310.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50DA4 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19713164-
CMYK00.930.170.23
HSL310.76º87.62%41.18%-
HSV(B)310.76º93.4%77.25%-
XYZ29.8714.8436.41-
YUV85.23172.46207.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 13 (5.47% from 255) = 3.48%
BLUE value IS 164 (64.45% from 255) = 43.85%
R=52.67%
G=3.48%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971316400.930.170.23310.7687.6241.18
HexC5DA405D11171375829
Octal305152440135212746713051
Binary110001011101101001000101110110001101111001101111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c50da4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c50da4; }

 p { color: rgb(197,13,164); }

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

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

 a { background-color: rgb(197,13,164); }

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

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

 span { border-color: rgb(197,13,164); }

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