Html Css Color HEX #C51174 Medium Violet Red

📋 copy color: '#C51174'

red 197 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #C51174

Tints of Medium Violet Red #C51174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 59.7%
G = 5.15%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51174 (or 0xC51174) is known color: Medium Violet Red. HEX triplet: C5, 11 and 74. RGB value is (197,17,116). Sum of RGB (Red+Green+Blue) = 197+17+116=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51174 is #3AEE8B. Grayscale: #515151. Windows color (decimal): -3862156 or 7606725. OLE color: 7606725.

HSL color Cylindrical-coordinate representation of color #C51174: hue angle of 327º degrees, saturation: 0.84, 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 #C51174 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 116 -
CMYK 0 0.91 0.41 0.23
HSL 327º 0.84% 0.42% -
HSV(B) 327º 0.91% 0.77% -
XYZ 26.38 13.53 17.74 -
YUV 82.11 147.13 209.95 -
System Red Green Blue C M Y K H S L
Decimal 197 17 116 0 0.91 0.41 0.23 327 0.84 0.42
Hex C5 11 74 0 5B 29 17 147 54 2A
Octal 305 21 164 0 133 51 27 507 124 52
Binary 11000101 10001 1110100 0 1011011 101001 10111 101000111 1010100 101010

Color Harmonies of #C51174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51174

Black with #C51174

Text Example


Text Example

White with #C51174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51174; }

 p { color: rgb(197,17,116); }

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

background-color css

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

 a { background-color: rgb(197,17,116); }

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

border-color css

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

 span { border-color: rgb(197,17,116); }

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