Html Css Color HEX #C51086 Medium Violet Red

📋 copy color: '#C51086'

red 197 ◦ green 16 ◦ blue 134

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

Shades of Medium Violet Red #C51086

Tints of Medium Violet Red #C51086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.61%

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

R = 56.77%
G = 4.61%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C51086 (or 0xC51086) is known color: Medium Violet Red. HEX triplet: C5, 10 and 86. RGB value is (197,16,134). Sum of RGB (Red+Green+Blue) = 197+16+134=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C51086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51086 is #3AEF79. Grayscale: #535353. Windows color (decimal): -3862394 or 8786117. OLE color: 8786117.

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

Color convert

RGB 197 16 134 -
CMYK 0 0.92 0.32 0.23
HSL 320.88º 0.85% 0.42% -
HSV(B) 320.88º 0.92% 0.77% -
XYZ 27.51 13.96 23.8 -
YUV 83.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 197 16 134 0 0.92 0.32 0.23 320.88 0.85 0.42
Hex C5 10 86 0 5C 20 17 141 55 2A
Octal 305 20 206 0 134 40 27 501 125 52
Binary 11000101 10000 10000110 0 1011100 100000 10111 101000001 1010101 101010

Color Harmonies of #C51086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51086

Black with #C51086

Text Example


Text Example

White with #C51086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51086; }

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

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

background-color css

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

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

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

border-color css

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

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

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