Html Css Color HEX #C50171 Medium Violet Red

📋 copy color: '#C50171'

red 197 ◦ green 1 ◦ blue 113

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

Shades of Medium Violet Red #C50171

Tints of Medium Violet Red #C50171

RGB

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

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

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

R = 63.34%
G = 0.32%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C50171 (or 0xC50171) is known color: Medium Violet Red. HEX triplet: C5, 01 and 71. RGB value is (197,1,113). Sum of RGB (Red+Green+Blue) = 197+1+113=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C50171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50171 is #3AFE8E. Grayscale: #484848. Windows color (decimal): -3866255 or 7406021. OLE color: 7406021.

HSL color Cylindrical-coordinate representation of color #C50171: hue angle of 325.71º 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 #C50171 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 113 -
CMYK 0 0.99 0.43 0.23
HSL 325.71º 0.99% 0.39% -
HSV(B) 325.71º 0.99% 0.77% -
XYZ 26.02 13.08 16.78 -
YUV 72.37 150.93 216.89 -
System Red Green Blue C M Y K H S L
Decimal 197 1 113 0 0.99 0.43 0.23 325.71 0.99 0.39
Hex C5 1 71 0 63 2B 17 146 63 27
Octal 305 1 161 0 143 53 27 506 143 47
Binary 11000101 1 1110001 0 1100011 101011 10111 101000110 1100011 100111

Color Harmonies of #C50171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50171

Black with #C50171

Text Example


Text Example

White with #C50171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50171; }

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

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

background-color css

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

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

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

border-color css

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

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

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