Html Css Color HEX #C51276 Medium Violet Red

📋 copy color: '#C51276'

red 197 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #C51276

Tints of Medium Violet Red #C51276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

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

R = 59.16%
G = 5.41%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C51276 (or 0xC51276) is known color: Medium Violet Red. HEX triplet: C5, 12 and 76. RGB value is (197,18,118). Sum of RGB (Red+Green+Blue) = 197+18+118=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C51276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51276 is #3AED89. Grayscale: #525252. Windows color (decimal): -3861898 or 7738053. OLE color: 7738053.

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

Color convert

RGB 197 18 118 -
CMYK 0 0.91 0.40 0.23
HSL 326.48º 0.83% 0.42% -
HSV(B) 326.48º 0.91% 0.77% -
XYZ 26.51 13.61 18.37 -
YUV 82.92 147.8 209.37 -
System Red Green Blue C M Y K H S L
Decimal 197 18 118 0 0.91 0.40 0.23 326.48 0.83 0.42
Hex C5 12 76 0 5B 28 17 146 53 2A
Octal 305 22 166 0 133 50 27 506 123 52
Binary 11000101 10010 1110110 0 1011011 101000 10111 101000110 1010011 101010

Color Harmonies of #C51276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51276

Black with #C51276

Text Example


Text Example

White with #C51276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51276; }

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

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

background-color css

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

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

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

border-color css

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

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

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