Html Css Color HEX #C531A8 Medium Red Violet

📋 copy color: '#C531A8'

red 197 ◦ green 49 ◦ blue 168

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

Shades of Medium Red Violet #C531A8

Tints of Medium Red Violet #C531A8

RGB

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

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

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

R = 47.58%
G = 11.84%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C531A8 (or 0xC531A8) is known color: Medium Red Violet. HEX triplet: C5, 31 and A8. RGB value is (197,49,168). Sum of RGB (Red+Green+Blue) = 197+49+168=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C531A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C531A8 is #3ACE57. Grayscale: #6A6A6A. Windows color (decimal): -3853912 or 11022789. OLE color: 11022789.

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

Color convert

RGB 197 49 168 -
CMYK 0 0.75 0.15 0.23
HSL 311.76º 0.6% 0.48% -
HSV(B) 311.76º 0.75% 0.77% -
XYZ 31.19 16.89 38.66 -
YUV 106.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 197 49 168 0 0.75 0.15 0.23 311.76 0.6 0.48
Hex C5 31 A8 0 4B F 17 138 3C 30
Octal 305 61 250 0 113 17 27 470 74 60
Binary 11000101 110001 10101000 0 1001011 1111 10111 100111000 111100 110000

Color Harmonies of #C531A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531A8

Black with #C531A8

Text Example


Text Example

White with #C531A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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