Html Css Color HEX #C518A4 Medium Violet Red

📋 copy color: '#C518A4'

red 197 ◦ green 24 ◦ blue 164

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

Shades of Medium Violet Red #C518A4

Tints of Medium Violet Red #C518A4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

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

R = 51.17%
G = 6.23%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C518A4 (or 0xC518A4) is known color: Medium Violet Red. HEX triplet: C5, 18 and A4. RGB value is (197,24,164). Sum of RGB (Red+Green+Blue) = 197+24+164=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C518A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C518A4 is #3AE75B. Grayscale: #5B5B5B. Windows color (decimal): -3860316 or 10754245. OLE color: 10754245.

HSL color Cylindrical-coordinate representation of color #C518A4: hue angle of 311.45º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518A4 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 164 -
CMYK 0 0.88 0.17 0.23
HSL 311.45º 0.78% 0.43% -
HSV(B) 311.45º 0.88% 0.77% -
XYZ 30.05 15.2 36.47 -
YUV 91.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 197 24 164 0 0.88 0.17 0.23 311.45 0.78 0.43
Hex C5 18 A4 0 58 11 17 137 4E 2B
Octal 305 30 244 0 130 21 27 467 116 53
Binary 11000101 11000 10100100 0 1011000 10001 10111 100110111 1001110 101011

Color Harmonies of #C518A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518A4

Black with #C518A4

Text Example


Text Example

White with #C518A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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