Html Css Color HEX #C50586 Medium Violet Red

📋 copy color: '#C50586'

red 197 ◦ green 5 ◦ blue 134

#C50586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C50586

Tints of Medium Violet Red #C50586

RGB

 RED value IS 197 (77.34% from 255) = 58.63%

 GREEN value IS 5 (2.34% from 255) = 1.49%

 BLUE value IS 134 (52.73% from 255) = 39.88%

R = 58.63%
G = 1.49%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C50586 (or 0xC50586) is known color: Medium Violet Red. HEX triplet: C5, 05 and 86. RGB value is (197,5,134). Sum of RGB (Red+Green+Blue) = 197+5+134=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C50586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50586 is #3AFA79. Grayscale: #4C4C4C. Windows color (decimal): -3865210 or 8783301. OLE color: 8783301.

HSL color Cylindrical-coordinate representation of color #C50586: hue angle of 319.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50586 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 134 -
CMYK 0 0.97 0.32 0.23
HSL 319.69º 0.95% 0.4% -
HSV(B) 319.69º 0.97% 0.77% -
XYZ 27.38 13.7 23.76 -
YUV 77.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 197 5 134 0 0.97 0.32 0.23 319.69 0.95 0.4
Hex C5 5 86 0 61 20 17 140 5F 28
Octal 305 5 206 0 141 40 27 500 137 50
Binary 11000101 101 10000110 0 1100001 100000 10111 101000000 1011111 101000

Color Harmonies of #C50586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50586

Black with #C50586

Text Example


Text Example

White with #C50586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50586; }

 p { color: rgb(197,5,134); }

 H1.HeaderClassName
 {
   color: #C50586;
 }
 .AnyTagClassName
 {
   color: #C50586;
 }
</style>

background-color css

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

 a { background-color: rgb(197,5,134); }

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

border-color css

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

 span { border-color: rgb(197,5,134); }

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