Html Css Color HEX #C51471 Medium Violet Red

📋 copy color: '#C51471'

red 197 ◦ green 20 ◦ blue 113

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

Shades of Medium Violet Red #C51471

Tints of Medium Violet Red #C51471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 59.7%
G = 6.06%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C51471 (or 0xC51471) is known color: Medium Violet Red. HEX triplet: C5, 14 and 71. RGB value is (197,20,113). Sum of RGB (Red+Green+Blue) = 197+20+113=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51471 is #3AEB8E. Grayscale: #535353. Windows color (decimal): -3861391 or 7410885. OLE color: 7410885.

HSL color Cylindrical-coordinate representation of color #C51471: hue angle of 328.47º 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 #C51471 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 113 -
CMYK 0 0.90 0.43 0.23
HSL 328.47º 0.82% 0.43% -
HSV(B) 328.47º 0.9% 0.77% -
XYZ 26.26 13.56 16.86 -
YUV 83.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 197 20 113 0 0.90 0.43 0.23 328.47 0.82 0.43
Hex C5 14 71 0 5A 2B 17 148 52 2B
Octal 305 24 161 0 132 53 27 510 122 53
Binary 11000101 10100 1110001 0 1011010 101011 10111 101001000 1010010 101011

Color Harmonies of #C51471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51471

Black with #C51471

Text Example


Text Example

White with #C51471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51471; }

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

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

background-color css

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

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

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

border-color css

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

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

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