Html Css Color HEX #C51AA1 Medium Violet Red

📋 copy color: '#C51AA1'

red 197 ◦ green 26 ◦ blue 161

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

Shades of Medium Violet Red #C51AA1

Tints of Medium Violet Red #C51AA1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

 BLUE value IS 161 (63.28% from 255) = 41.93%

R = 51.3%
G = 6.77%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C51AA1 (or 0xC51AA1) is known color: Medium Violet Red. HEX triplet: C5, 1A and A1. RGB value is (197,26,161). Sum of RGB (Red+Green+Blue) = 197+26+161=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AA1 is #3AE55E. Grayscale: #5C5C5C. Windows color (decimal): -3859807 or 10558149. OLE color: 10558149.

HSL color Cylindrical-coordinate representation of color #C51AA1: hue angle of 312.63º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51AA1 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 161 -
CMYK 0 0.87 0.18 0.23
HSL 312.63º 0.77% 0.44% -
HSV(B) 312.63º 0.87% 0.77% -
XYZ 29.83 15.18 35.08 -
YUV 92.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 197 26 161 0 0.87 0.18 0.23 312.63 0.77 0.44
Hex C5 1A A1 0 57 12 17 139 4D 2C
Octal 305 32 241 0 127 22 27 471 115 54
Binary 11000101 11010 10100001 0 1010111 10010 10111 100111001 1001101 101100

Color Harmonies of #C51AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AA1

Black with #C51AA1

Text Example


Text Example

White with #C51AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AA1; }

 p { color: rgb(197,26,161); }

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

background-color css

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

 a { background-color: rgb(197,26,161); }

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

border-color css

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

 span { border-color: rgb(197,26,161); }

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