Html Css Color HEX #C519A4 Medium Violet Red

📋 copy color: '#C519A4'

red 197 ◦ green 25 ◦ blue 164

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

Shades of Medium Violet Red #C519A4

Tints of Medium Violet Red #C519A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 51.04%
G = 6.48%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C519A4 (or 0xC519A4) is known color: Medium Violet Red. HEX triplet: C5, 19 and A4. RGB value is (197,25,164). Sum of RGB (Red+Green+Blue) = 197+25+164=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C519A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519A4 is #3AE65B. Grayscale: #5B5B5B. Windows color (decimal): -3860060 or 10754501. OLE color: 10754501.

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

Color convert

RGB 197 25 164 -
CMYK 0 0.87 0.17 0.23
HSL 311.51º 0.77% 0.44% -
HSV(B) 311.51º 0.87% 0.77% -
XYZ 30.07 15.25 36.48 -
YUV 92.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 197 25 164 0 0.87 0.17 0.23 311.51 0.77 0.44
Hex C5 19 A4 0 57 11 17 138 4D 2C
Octal 305 31 244 0 127 21 27 470 115 54
Binary 11000101 11001 10100100 0 1010111 10001 10111 100111000 1001101 101100

Color Harmonies of #C519A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519A4

Black with #C519A4

Text Example


Text Example

White with #C519A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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