Html Css Color HEX #C51774 Medium Violet Red

📋 copy color: '#C51774'

red 197 ◦ green 23 ◦ blue 116

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

Shades of Medium Violet Red #C51774

Tints of Medium Violet Red #C51774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.85%

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

R = 58.63%
G = 6.85%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51774 (or 0xC51774) is known color: Medium Violet Red. HEX triplet: C5, 17 and 74. RGB value is (197,23,116). Sum of RGB (Red+Green+Blue) = 197+23+116=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C51774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51774 is #3AE88B. Grayscale: #555555. Windows color (decimal): -3860620 or 7608261. OLE color: 7608261.

HSL color Cylindrical-coordinate representation of color #C51774: hue angle of 327.93º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51774 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 116 -
CMYK 0 0.88 0.41 0.23
HSL 327.93º 0.79% 0.43% -
HSV(B) 327.93º 0.88% 0.77% -
XYZ 26.48 13.74 17.78 -
YUV 85.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 197 23 116 0 0.88 0.41 0.23 327.93 0.79 0.43
Hex C5 17 74 0 58 29 17 148 4F 2B
Octal 305 27 164 0 130 51 27 510 117 53
Binary 11000101 10111 1110100 0 1011000 101001 10111 101001000 1001111 101011

Color Harmonies of #C51774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51774

Black with #C51774

Text Example


Text Example

White with #C51774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51774; }

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

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

background-color css

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

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

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

border-color css

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

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

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