Html Css Color HEX #C531AA Medium Red Violet

📋 copy color: '#C531AA'

red 197 ◦ green 49 ◦ blue 170

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

Shades of Medium Red Violet #C531AA

Tints of Medium Red Violet #C531AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.78%

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

R = 47.36%
G = 11.78%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C531AA (or 0xC531AA) is known color: Medium Red Violet. HEX triplet: C5, 31 and AA. RGB value is (197,49,170). Sum of RGB (Red+Green+Blue) = 197+49+170=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C531AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531AA is #3ACE55. Grayscale: #6A6A6A. Windows color (decimal): -3853910 or 11153861. OLE color: 11153861.

HSL color Cylindrical-coordinate representation of color #C531AA: hue angle of 310.95º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C531AA is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 170 -
CMYK 0 0.75 0.14 0.23
HSL 310.95º 0.6% 0.48% -
HSV(B) 310.95º 0.75% 0.77% -
XYZ 31.38 16.97 39.65 -
YUV 107.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 197 49 170 0 0.75 0.14 0.23 310.95 0.6 0.48
Hex C5 31 AA 0 4B E 17 137 3C 30
Octal 305 61 252 0 113 16 27 467 74 60
Binary 11000101 110001 10101010 0 1001011 1110 10111 100110111 111100 110000

Color Harmonies of #C531AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531AA

Black with #C531AA

Text Example


Text Example

White with #C531AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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