Html Css Color HEX #C531A2 Medium Red Violet

📋 copy color: '#C531A2'

red 197 ◦ green 49 ◦ blue 162

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

Shades of Medium Red Violet #C531A2

Tints of Medium Red Violet #C531A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.71%

R = 48.28%
G = 12.01%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C531A2 (or 0xC531A2) is known color: Medium Red Violet. HEX triplet: C5, 31 and A2. RGB value is (197,49,162). Sum of RGB (Red+Green+Blue) = 197+49+162=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C531A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531A2 is #3ACE5D. Grayscale: #696969. Windows color (decimal): -3853918 or 10629573. OLE color: 10629573.

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

Color convert

RGB 197 49 162 -
CMYK 0 0.75 0.18 0.23
HSL 314.19º 0.6% 0.48% -
HSV(B) 314.19º 0.75% 0.77% -
XYZ 30.65 16.68 35.79 -
YUV 106.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 197 49 162 0 0.75 0.18 0.23 314.19 0.6 0.48
Hex C5 31 A2 0 4B 12 17 13A 3C 30
Octal 305 61 242 0 113 22 27 472 74 60
Binary 11000101 110001 10100010 0 1001011 10010 10111 100111010 111100 110000

Color Harmonies of #C531A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531A2

Black with #C531A2

Text Example


Text Example

White with #C531A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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