Html Css Color HEX #C50086 Medium Violet Red

📋 copy color: '#C50086'

red 197 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #C50086

Tints of Medium Violet Red #C50086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.52%
G = 0%
B = 40.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C50086 (or 0xC50086) is known color: Medium Violet Red. HEX triplet: C5, 00 and 86. RGB value is (197,0,134). Sum of RGB (Red+Green+Blue) = 197+0+134=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C50086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50086 is #3AFF79. Grayscale: #494949. Windows color (decimal): -3866490 or 8782021. OLE color: 8782021.

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

Color convert

RGB 197 0 134 -
CMYK 0 1 0.32 0.23
HSL 319.19º 1% 0.39% -
HSV(B) 319.19º 1% 0.77% -
XYZ 27.33 13.59 23.74 -
YUV 74.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 197 0 134 0 1 0.32 0.23 319.19 1 0.39
Hex C5 0 86 0 64 20 17 13F 64 27
Octal 305 0 206 0 144 40 27 477 144 47
Binary 11000101 0 10000110 0 1100100 100000 10111 100111111 1100100 100111

Color Harmonies of #C50086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50086

Black with #C50086

Text Example


Text Example

White with #C50086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50086; }

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

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

background-color css

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

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

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

border-color css

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

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

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