Html Css Color HEX #C51376 Medium Violet Red

📋 copy color: '#C51376'

red 197 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #C51376

Tints of Medium Violet Red #C51376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 58.98%
G = 5.69%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C51376 (or 0xC51376) is known color: Medium Violet Red. HEX triplet: C5, 13 and 76. RGB value is (197,19,118). Sum of RGB (Red+Green+Blue) = 197+19+118=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51376 is #3AEC89. Grayscale: #535353. Windows color (decimal): -3861642 or 7738309. OLE color: 7738309.

HSL color Cylindrical-coordinate representation of color #C51376: hue angle of 326.63º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51376 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 118 -
CMYK 0 0.90 0.40 0.23
HSL 326.63º 0.82% 0.42% -
HSV(B) 326.63º 0.9% 0.77% -
XYZ 26.53 13.64 18.37 -
YUV 83.51 147.47 208.95 -
System Red Green Blue C M Y K H S L
Decimal 197 19 118 0 0.90 0.40 0.23 326.63 0.82 0.42
Hex C5 13 76 0 5A 28 17 147 52 2A
Octal 305 23 166 0 132 50 27 507 122 52
Binary 11000101 10011 1110110 0 1011010 101000 10111 101000111 1010010 101010

Color Harmonies of #C51376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51376

Black with #C51376

Text Example


Text Example

White with #C51376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51376; }

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

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

background-color css

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

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

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

border-color css

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

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

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