Html Css Color HEX #C51E86 Medium Violet Red

📋 copy color: '#C51E86'

red 197 ◦ green 30 ◦ blue 134

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

Shades of Medium Violet Red #C51E86

Tints of Medium Violet Red #C51E86

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.31%

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

R = 54.57%
G = 8.31%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C51E86 (or 0xC51E86) is known color: Medium Violet Red. HEX triplet: C5, 1E and 86. RGB value is (197,30,134). Sum of RGB (Red+Green+Blue) = 197+30+134=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E86 is #3AE179. Grayscale: #5B5B5B. Windows color (decimal): -3858810 or 8789701. OLE color: 8789701.

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

Color convert

RGB 197 30 134 -
CMYK 0 0.85 0.32 0.23
HSL 322.63º 0.74% 0.45% -
HSV(B) 322.63º 0.85% 0.77% -
XYZ 27.79 14.52 23.89 -
YUV 91.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 197 30 134 0 0.85 0.32 0.23 322.63 0.74 0.45
Hex C5 1E 86 0 55 20 17 143 4A 2D
Octal 305 36 206 0 125 40 27 503 112 55
Binary 11000101 11110 10000110 0 1010101 100000 10111 101000011 1001010 101101

Color Harmonies of #C51E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E86

Black with #C51E86

Text Example


Text Example

White with #C51E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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