Html Css Color HEX #C519A1 Medium Violet Red

📋 copy color: '#C519A1'

red 197 ◦ green 25 ◦ blue 161

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

Shades of Medium Violet Red #C519A1

Tints of Medium Violet Red #C519A1

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.53%

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

R = 51.44%
G = 6.53%
B = 42.04%

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

#C519A1 (or 0xC519A1) is known color: Medium Violet Red. HEX triplet: C5, 19 and A1. RGB value is (197,25,161). Sum of RGB (Red+Green+Blue) = 197+25+161=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C519A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519A1 is #3AE65E. Grayscale: #5B5B5B. Windows color (decimal): -3860063 or 10557893. OLE color: 10557893.

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

Color convert

RGB 197 25 161 -
CMYK 0 0.87 0.18 0.23
HSL 312.56º 0.77% 0.44% -
HSV(B) 312.56º 0.87% 0.77% -
XYZ 29.81 15.14 35.07 -
YUV 91.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 197 25 161 0 0.87 0.18 0.23 312.56 0.77 0.44
Hex C5 19 A1 0 57 12 17 139 4D 2C
Octal 305 31 241 0 127 22 27 471 115 54
Binary 11000101 11001 10100001 0 1010111 10010 10111 100111001 1001101 101100

Color Harmonies of #C519A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519A1

Black with #C519A1

Text Example


Text Example

White with #C519A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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