Html Css Color HEX #C531A6 Medium Red Violet

📋 copy color: '#C531A6'

red 197 ◦ green 49 ◦ blue 166

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

Shades of Medium Red Violet #C531A6

Tints of Medium Red Violet #C531A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.29%

R = 47.82%
G = 11.89%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C531A6 (or 0xC531A6) is known color: Medium Red Violet. HEX triplet: C5, 31 and A6. RGB value is (197,49,166). Sum of RGB (Red+Green+Blue) = 197+49+166=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C531A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531A6 is #3ACE59. Grayscale: #6A6A6A. Windows color (decimal): -3853914 or 10891717. OLE color: 10891717.

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

Color convert

RGB 197 49 166 -
CMYK 0 0.75 0.16 0.23
HSL 312.57º 0.6% 0.48% -
HSV(B) 312.57º 0.75% 0.77% -
XYZ 31.01 16.82 37.69 -
YUV 106.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 197 49 166 0 0.75 0.16 0.23 312.57 0.6 0.48
Hex C5 31 A6 0 4B 10 17 139 3C 30
Octal 305 61 246 0 113 20 27 471 74 60
Binary 11000101 110001 10100110 0 1001011 10000 10111 100111001 111100 110000

Color Harmonies of #C531A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531A6

Black with #C531A6

Text Example


Text Example

White with #C531A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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