Html Css Color HEX #C51971 Medium Violet Red

📋 copy color: '#C51971'

red 197 ◦ green 25 ◦ blue 113

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

Shades of Medium Violet Red #C51971

Tints of Medium Violet Red #C51971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

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

R = 58.81%
G = 7.46%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C51971 (or 0xC51971) is known color: Medium Violet Red. HEX triplet: C5, 19 and 71. RGB value is (197,25,113). Sum of RGB (Red+Green+Blue) = 197+25+113=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C51971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51971 is #3AE68E. Grayscale: #565656. Windows color (decimal): -3860111 or 7412165. OLE color: 7412165.

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

Color convert

RGB 197 25 113 -
CMYK 0 0.87 0.43 0.23
HSL 329.3º 0.77% 0.44% -
HSV(B) 329.3º 0.87% 0.77% -
XYZ 26.35 13.76 16.89 -
YUV 86.46 142.98 206.84 -
System Red Green Blue C M Y K H S L
Decimal 197 25 113 0 0.87 0.43 0.23 329.3 0.77 0.44
Hex C5 19 71 0 57 2B 17 149 4D 2C
Octal 305 31 161 0 127 53 27 511 115 54
Binary 11000101 11001 1110001 0 1010111 101011 10111 101001001 1001101 101100

Color Harmonies of #C51971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51971

Black with #C51971

Text Example


Text Example

White with #C51971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51971; }

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

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

background-color css

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

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

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

border-color css

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

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

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