Html Css Color HEX #C51AA5 Medium Violet Red

📋 copy color: '#C51AA5'

red 197 ◦ green 26 ◦ blue 165

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

Shades of Medium Violet Red #C51AA5

Tints of Medium Violet Red #C51AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 50.77%
G = 6.7%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C51AA5 (or 0xC51AA5) is known color: Medium Violet Red. HEX triplet: C5, 1A and A5. RGB value is (197,26,165). Sum of RGB (Red+Green+Blue) = 197+26+165=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AA5 is #3AE55A. Grayscale: #5C5C5C. Windows color (decimal): -3859803 or 10820293. OLE color: 10820293.

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

Color convert

RGB 197 26 165 -
CMYK 0 0.87 0.16 0.23
HSL 311.23º 0.77% 0.44% -
HSV(B) 311.23º 0.87% 0.77% -
XYZ 30.19 15.33 36.96 -
YUV 92.98 168.65 202.2 -
System Red Green Blue C M Y K H S L
Decimal 197 26 165 0 0.87 0.16 0.23 311.23 0.77 0.44
Hex C5 1A A5 0 57 10 17 137 4D 2C
Octal 305 32 245 0 127 20 27 467 115 54
Binary 11000101 11010 10100101 0 1010111 10000 10111 100110111 1001101 101100

Color Harmonies of #C51AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AA5

Black with #C51AA5

Text Example


Text Example

White with #C51AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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