Html Css Color HEX #C51C76 Medium Violet Red

📋 copy color: '#C51C76'

red 197 ◦ green 28 ◦ blue 118

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

Shades of Medium Violet Red #C51C76

Tints of Medium Violet Red #C51C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

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

R = 57.43%
G = 8.16%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C51C76 (or 0xC51C76) is known color: Medium Violet Red. HEX triplet: C5, 1C and 76. RGB value is (197,28,118). Sum of RGB (Red+Green+Blue) = 197+28+118=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C76 is #3AE389. Grayscale: #585858. Windows color (decimal): -3859338 or 7740613. OLE color: 7740613.

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

Color convert

RGB 197 28 118 -
CMYK 0 0.86 0.40 0.23
HSL 328.05º 0.75% 0.44% -
HSV(B) 328.05º 0.86% 0.77% -
XYZ 26.71 14.01 18.44 -
YUV 88.79 144.49 205.18 -
System Red Green Blue C M Y K H S L
Decimal 197 28 118 0 0.86 0.40 0.23 328.05 0.75 0.44
Hex C5 1C 76 0 56 28 17 148 4B 2C
Octal 305 34 166 0 126 50 27 510 113 54
Binary 11000101 11100 1110110 0 1010110 101000 10111 101001000 1001011 101100

Color Harmonies of #C51C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C76

Black with #C51C76

Text Example


Text Example

White with #C51C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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