Html Css Color HEX #C50371 Medium Violet Red

📋 copy color: '#C50371'

red 197 ◦ green 3 ◦ blue 113

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

Shades of Medium Violet Red #C50371

Tints of Medium Violet Red #C50371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 113 (44.53% from 255) = 36.1%

R = 62.94%
G = 0.96%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C50371 (or 0xC50371) is known color: Medium Violet Red. HEX triplet: C5, 03 and 71. RGB value is (197,3,113). Sum of RGB (Red+Green+Blue) = 197+3+113=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C50371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50371 is #3AFC8E. Grayscale: #494949. Windows color (decimal): -3865743 or 7406533. OLE color: 7406533.

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

Color convert

RGB 197 3 113 -
CMYK 0 0.98 0.43 0.23
HSL 325.98º 0.97% 0.39% -
HSV(B) 325.98º 0.98% 0.77% -
XYZ 26.04 13.13 16.78 -
YUV 73.55 150.27 216.06 -
System Red Green Blue C M Y K H S L
Decimal 197 3 113 0 0.98 0.43 0.23 325.98 0.97 0.39
Hex C5 3 71 0 62 2B 17 146 61 27
Octal 305 3 161 0 142 53 27 506 141 47
Binary 11000101 11 1110001 0 1100010 101011 10111 101000110 1100001 100111

Color Harmonies of #C50371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50371

Black with #C50371

Text Example


Text Example

White with #C50371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50371; }

 p { color: rgb(197,3,113); }

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

background-color css

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

 a { background-color: rgb(197,3,113); }

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

border-color css

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

 span { border-color: rgb(197,3,113); }

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