Html Css Color HEX #C51970 Medium Violet Red

📋 copy color: '#C51970'

red 197 ◦ green 25 ◦ blue 112

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

Shades of Medium Violet Red #C51970

Tints of Medium Violet Red #C51970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 58.98%
G = 7.49%
B = 33.53%

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

#C51970 (or 0xC51970) is known color: Medium Violet Red. HEX triplet: C5, 19 and 70. RGB value is (197,25,112). Sum of RGB (Red+Green+Blue) = 197+25+112=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51970 is #3AE68F. Grayscale: #565656. Windows color (decimal): -3860112 or 7346629. OLE color: 7346629.

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

Color convert

RGB 197 25 112 -
CMYK 0 0.87 0.43 0.23
HSL 329.65º 0.77% 0.44% -
HSV(B) 329.65º 0.87% 0.77% -
XYZ 26.3 13.74 16.59 -
YUV 86.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 197 25 112 0 0.87 0.43 0.23 329.65 0.77 0.44
Hex C5 19 70 0 57 2B 17 14A 4D 2C
Octal 305 31 160 0 127 53 27 512 115 54
Binary 11000101 11001 1110000 0 1010111 101011 10111 101001010 1001101 101100

Color Harmonies of #C51970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51970

Black with #C51970

Text Example


Text Example

White with #C51970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51970; }

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

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

background-color css

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

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

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

border-color css

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

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

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