Html Css Color HEX #C51586 Medium Violet Red

📋 copy color: '#C51586'

red 197 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #C51586

Tints of Medium Violet Red #C51586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.97%

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

R = 55.97%
G = 5.97%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C51586 (or 0xC51586) is known color: Medium Violet Red. HEX triplet: C5, 15 and 86. RGB value is (197,21,134). Sum of RGB (Red+Green+Blue) = 197+21+134=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C51586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51586 is #3AEA79. Grayscale: #565656. Windows color (decimal): -3861114 or 8787397. OLE color: 8787397.

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

Color convert

RGB 197 21 134 -
CMYK 0 0.89 0.32 0.23
HSL 321.48º 0.81% 0.43% -
HSV(B) 321.48º 0.89% 0.77% -
XYZ 27.6 14.13 23.83 -
YUV 86.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 197 21 134 0 0.89 0.32 0.23 321.48 0.81 0.43
Hex C5 15 86 0 59 20 17 141 51 2B
Octal 305 25 206 0 131 40 27 501 121 53
Binary 11000101 10101 10000110 0 1011001 100000 10111 101000001 1010001 101011

Color Harmonies of #C51586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51586

Black with #C51586

Text Example


Text Example

White with #C51586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51586; }

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

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

background-color css

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

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

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

border-color css

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

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

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