Html Css Color HEX #C51FA9 Medium Violet Red

📋 copy color: '#C51FA9'

red 197 ◦ green 31 ◦ blue 169

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

Shades of Medium Violet Red #C51FA9

Tints of Medium Violet Red #C51FA9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

 BLUE value IS 169 (66.41% from 255) = 42.57%

R = 49.62%
G = 7.81%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C51FA9 (or 0xC51FA9) is known color: Medium Violet Red. HEX triplet: C5, 1F and A9. RGB value is (197,31,169). Sum of RGB (Red+Green+Blue) = 197+31+169=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FA9 is #3AE056. Grayscale: #5F5F5F. Windows color (decimal): -3858519 or 11083717. OLE color: 11083717.

HSL color Cylindrical-coordinate representation of color #C51FA9: hue angle of 310.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FA9 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 169 -
CMYK 0 0.84 0.14 0.23
HSL 310.12º 0.73% 0.45% -
HSV(B) 310.12º 0.84% 0.77% -
XYZ 30.68 15.71 38.95 -
YUV 96.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 197 31 169 0 0.84 0.14 0.23 310.12 0.73 0.45
Hex C5 1F A9 0 54 E 17 136 49 2D
Octal 305 37 251 0 124 16 27 466 111 55
Binary 11000101 11111 10101001 0 1010100 1110 10111 100110110 1001001 101101

Color Harmonies of #C51FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FA9

Black with #C51FA9

Text Example


Text Example

White with #C51FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FA9; }

 p { color: rgb(197,31,169); }

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

background-color css

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

 a { background-color: rgb(197,31,169); }

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

border-color css

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

 span { border-color: rgb(197,31,169); }

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