Html Css Color HEX #C51972 Medium Violet Red

📋 copy color: '#C51972'

red 197 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #C51972

Tints of Medium Violet Red #C51972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 58.63%
G = 7.44%
B = 33.93%

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

#C51972 (or 0xC51972) is known color: Medium Violet Red. HEX triplet: C5, 19 and 72. RGB value is (197,25,114). Sum of RGB (Red+Green+Blue) = 197+25+114=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C51972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51972 is #3AE68D. Grayscale: #565656. Windows color (decimal): -3860110 or 7477701. OLE color: 7477701.

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

Color convert

RGB 197 25 114 -
CMYK 0 0.87 0.42 0.23
HSL 328.95º 0.77% 0.44% -
HSV(B) 328.95º 0.87% 0.77% -
XYZ 26.41 13.78 17.19 -
YUV 86.57 143.48 206.76 -
System Red Green Blue C M Y K H S L
Decimal 197 25 114 0 0.87 0.42 0.23 328.95 0.77 0.44
Hex C5 19 72 0 57 2A 17 149 4D 2C
Octal 305 31 162 0 127 52 27 511 115 54
Binary 11000101 11001 1110010 0 1010111 101010 10111 101001001 1001101 101100

Color Harmonies of #C51972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51972

Black with #C51972

Text Example


Text Example

White with #C51972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51972; }

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

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

background-color css

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

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

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

border-color css

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

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

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