Html Css Color HEX #C519AA Medium Violet Red

📋 copy color: '#C519AA'

red 197 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #C519AA

Tints of Medium Violet Red #C519AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 50.26%
G = 6.38%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C519AA (or 0xC519AA) is known color: Medium Violet Red. HEX triplet: C5, 19 and AA. RGB value is (197,25,170). Sum of RGB (Red+Green+Blue) = 197+25+170=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C519AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519AA is #3AE655. Grayscale: #5C5C5C. Windows color (decimal): -3860054 or 11147717. OLE color: 11147717.

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

Color convert

RGB 197 25 170 -
CMYK 0 0.87 0.14 0.23
HSL 309.42º 0.77% 0.44% -
HSV(B) 309.42º 0.87% 0.77% -
XYZ 30.63 15.47 39.4 -
YUV 92.96 171.48 202.21 -
System Red Green Blue C M Y K H S L
Decimal 197 25 170 0 0.87 0.14 0.23 309.42 0.77 0.44
Hex C5 19 AA 0 57 E 17 135 4D 2C
Octal 305 31 252 0 127 16 27 465 115 54
Binary 11000101 11001 10101010 0 1010111 1110 10111 100110101 1001101 101100

Color Harmonies of #C519AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519AA

Black with #C519AA

Text Example


Text Example

White with #C519AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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