Html Css Color HEX #C50186 Medium Violet Red

📋 copy color: '#C50186'

red 197 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #C50186

Tints of Medium Violet Red #C50186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 59.34%
G = 0.3%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C50186 (or 0xC50186) is known color: Medium Violet Red. HEX triplet: C5, 01 and 86. RGB value is (197,1,134). Sum of RGB (Red+Green+Blue) = 197+1+134=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C50186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50186 is #3AFE79. Grayscale: #4A4A4A. Windows color (decimal): -3866234 or 8782277. OLE color: 8782277.

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

Color convert

RGB 197 1 134 -
CMYK 0 0.99 0.32 0.23
HSL 319.29º 0.99% 0.39% -
HSV(B) 319.29º 0.99% 0.77% -
XYZ 27.34 13.61 23.74 -
YUV 74.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 197 1 134 0 0.99 0.32 0.23 319.29 0.99 0.39
Hex C5 1 86 0 63 20 17 13F 63 27
Octal 305 1 206 0 143 40 27 477 143 47
Binary 11000101 1 10000110 0 1100011 100000 10111 100111111 1100011 100111

Color Harmonies of #C50186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50186

Black with #C50186

Text Example


Text Example

White with #C50186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50186; }

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

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

background-color css

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

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

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

border-color css

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

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

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