Html Css Color HEX #C519A8 Medium Violet Red

📋 copy color: '#C519A8'

red 197 ◦ green 25 ◦ blue 168

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

Shades of Medium Violet Red #C519A8

Tints of Medium Violet Red #C519A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 50.51%
G = 6.41%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C519A8 (or 0xC519A8) is known color: Medium Violet Red. HEX triplet: C5, 19 and A8. RGB value is (197,25,168). Sum of RGB (Red+Green+Blue) = 197+25+168=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C519A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519A8 is #3AE657. Grayscale: #5C5C5C. Windows color (decimal): -3860056 or 11016645. OLE color: 11016645.

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

Color convert

RGB 197 25 168 -
CMYK 0 0.87 0.15 0.23
HSL 310.12º 0.77% 0.44% -
HSV(B) 310.12º 0.87% 0.77% -
XYZ 30.44 15.39 38.41 -
YUV 92.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 197 25 168 0 0.87 0.15 0.23 310.12 0.77 0.44
Hex C5 19 A8 0 57 F 17 136 4D 2C
Octal 305 31 250 0 127 17 27 466 115 54
Binary 11000101 11001 10101000 0 1010111 1111 10111 100110110 1001101 101100

Color Harmonies of #C519A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519A8

Black with #C519A8

Text Example


Text Example

White with #C519A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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