Html Css Color HEX #C519A5 Medium Violet Red

📋 copy color: '#C519A5'

red 197 ◦ green 25 ◦ blue 165

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

Shades of Medium Violet Red #C519A5

Tints of Medium Violet Red #C519A5

RGB

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

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

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

R = 50.9%
G = 6.46%
B = 42.64%

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

#C519A5 (or 0xC519A5) is known color: Medium Violet Red. HEX triplet: C5, 19 and A5. RGB value is (197,25,165). Sum of RGB (Red+Green+Blue) = 197+25+165=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C519A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519A5 is #3AE65A. Grayscale: #5C5C5C. Windows color (decimal): -3860059 or 10820037. OLE color: 10820037.

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

Color convert

RGB 197 25 165 -
CMYK 0 0.87 0.16 0.23
HSL 311.16º 0.77% 0.44% -
HSV(B) 311.16º 0.87% 0.77% -
XYZ 30.17 15.28 36.96 -
YUV 92.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 197 25 165 0 0.87 0.16 0.23 311.16 0.77 0.44
Hex C5 19 A5 0 57 10 17 137 4D 2C
Octal 305 31 245 0 127 20 27 467 115 54
Binary 11000101 11001 10100101 0 1010111 10000 10111 100110111 1001101 101100

Color Harmonies of #C519A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519A5

Black with #C519A5

Text Example


Text Example

White with #C519A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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