Html Css Color HEX #C51976 Medium Violet Red

📋 copy color: '#C51976'

red 197 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #C51976

Tints of Medium Violet Red #C51976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 57.94%
G = 7.35%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C51976 (or 0xC51976) is known color: Medium Violet Red. HEX triplet: C5, 19 and 76. RGB value is (197,25,118). Sum of RGB (Red+Green+Blue) = 197+25+118=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C51976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51976 is #3AE689. Grayscale: #565656. Windows color (decimal): -3860106 or 7739845. OLE color: 7739845.

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

Color convert

RGB 197 25 118 -
CMYK 0 0.87 0.40 0.23
HSL 327.56º 0.77% 0.44% -
HSV(B) 327.56º 0.87% 0.77% -
XYZ 26.64 13.87 18.41 -
YUV 87.03 145.48 206.44 -
System Red Green Blue C M Y K H S L
Decimal 197 25 118 0 0.87 0.40 0.23 327.56 0.77 0.44
Hex C5 19 76 0 57 28 17 148 4D 2C
Octal 305 31 166 0 127 50 27 510 115 54
Binary 11000101 11001 1110110 0 1010111 101000 10111 101001000 1001101 101100

Color Harmonies of #C51976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51976

Black with #C51976

Text Example


Text Example

White with #C51976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51976; }

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

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

background-color css

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

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

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

border-color css

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

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

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