Html Css Color HEX #C51973 Medium Violet Red

📋 copy color: '#C51973'

red 197 ◦ green 25 ◦ blue 115

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

Shades of Medium Violet Red #C51973

Tints of Medium Violet Red #C51973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 58.46%
G = 7.42%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C51973 (or 0xC51973) is known color: Medium Violet Red. HEX triplet: C5, 19 and 73. RGB value is (197,25,115). Sum of RGB (Red+Green+Blue) = 197+25+115=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C51973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51973 is #3AE68C. Grayscale: #565656. Windows color (decimal): -3860109 or 7543237. OLE color: 7543237.

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

Color convert

RGB 197 25 115 -
CMYK 0 0.87 0.42 0.23
HSL 328.6º 0.77% 0.44% -
HSV(B) 328.6º 0.87% 0.77% -
XYZ 26.47 13.8 17.49 -
YUV 86.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 197 25 115 0 0.87 0.42 0.23 328.6 0.77 0.44
Hex C5 19 73 0 57 2A 17 149 4D 2C
Octal 305 31 163 0 127 52 27 511 115 54
Binary 11000101 11001 1110011 0 1010111 101010 10111 101001001 1001101 101100

Color Harmonies of #C51973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51973

Black with #C51973

Text Example


Text Example

White with #C51973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51973; }

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

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

background-color css

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

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

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

border-color css

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

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

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