Html Css Color HEX #C51477 Medium Violet Red

📋 copy color: '#C51477'

red 197 ◦ green 20 ◦ blue 119

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

Shades of Medium Violet Red #C51477

Tints of Medium Violet Red #C51477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 58.63%
G = 5.95%
B = 35.42%

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

#C51477 (or 0xC51477) is known color: Medium Violet Red. HEX triplet: C5, 14 and 77. RGB value is (197,20,119). Sum of RGB (Red+Green+Blue) = 197+20+119=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C51477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51477 is #3AEB88. Grayscale: #535353. Windows color (decimal): -3861385 or 7804101. OLE color: 7804101.

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

Color convert

RGB 197 20 119 -
CMYK 0 0.90 0.40 0.23
HSL 326.44º 0.82% 0.43% -
HSV(B) 326.44º 0.9% 0.77% -
XYZ 26.61 13.7 18.7 -
YUV 84.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 197 20 119 0 0.90 0.40 0.23 326.44 0.82 0.43
Hex C5 14 77 0 5A 28 17 146 52 2B
Octal 305 24 167 0 132 50 27 506 122 53
Binary 11000101 10100 1110111 0 1011010 101000 10111 101000110 1010010 101011

Color Harmonies of #C51477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51477

Black with #C51477

Text Example


Text Example

White with #C51477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51477; }

 p { color: rgb(197,20,119); }

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

background-color css

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

 a { background-color: rgb(197,20,119); }

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

border-color css

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

 span { border-color: rgb(197,20,119); }

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