Html Css Color HEX #C51474 Medium Violet Red

📋 copy color: '#C51474'

red 197 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #C51474

Tints of Medium Violet Red #C51474

RGB

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

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

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

R = 59.16%
G = 6.01%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51474 (or 0xC51474) is known color: Medium Violet Red. HEX triplet: C5, 14 and 74. RGB value is (197,20,116). Sum of RGB (Red+Green+Blue) = 197+20+116=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C51474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51474 is #3AEB8B. Grayscale: #535353. Windows color (decimal): -3861388 or 7607493. OLE color: 7607493.

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

Color convert

RGB 197 20 116 -
CMYK 0 0.90 0.41 0.23
HSL 327.46º 0.82% 0.43% -
HSV(B) 327.46º 0.9% 0.77% -
XYZ 26.43 13.63 17.76 -
YUV 83.87 146.14 208.69 -
System Red Green Blue C M Y K H S L
Decimal 197 20 116 0 0.90 0.41 0.23 327.46 0.82 0.43
Hex C5 14 74 0 5A 29 17 147 52 2B
Octal 305 24 164 0 132 51 27 507 122 53
Binary 11000101 10100 1110100 0 1011010 101001 10111 101000111 1010010 101011

Color Harmonies of #C51474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51474

Black with #C51474

Text Example


Text Example

White with #C51474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51474; }

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

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

background-color css

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

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

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

border-color css

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

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

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