Html Css Color HEX #C50B86 Medium Violet Red

📋 copy color: '#C50B86'

red 197 ◦ green 11 ◦ blue 134

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

Shades of Medium Violet Red #C50B86

Tints of Medium Violet Red #C50B86

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.22%

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

R = 57.6%
G = 3.22%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C50B86 (or 0xC50B86) is known color: Medium Violet Red. HEX triplet: C5, 0B and 86. RGB value is (197,11,134). Sum of RGB (Red+Green+Blue) = 197+11+134=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50B86 is #3AF479. Grayscale: #505050. Windows color (decimal): -3863674 or 8784837. OLE color: 8784837.

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

Color convert

RGB 197 11 134 -
CMYK 0 0.94 0.32 0.23
HSL 320.32º 0.89% 0.41% -
HSV(B) 320.32º 0.94% 0.77% -
XYZ 27.45 13.83 23.78 -
YUV 80.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 197 11 134 0 0.94 0.32 0.23 320.32 0.89 0.41
Hex C5 B 86 0 5E 20 17 140 59 29
Octal 305 13 206 0 136 40 27 500 131 51
Binary 11000101 1011 10000110 0 1011110 100000 10111 101000000 1011001 101001

Color Harmonies of #C50B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B86

Black with #C50B86

Text Example


Text Example

White with #C50B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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