Html Css Color HEX #C51A8D Medium Violet Red

📋 copy color: '#C51A8D'

red 197 ◦ green 26 ◦ blue 141

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

Shades of Medium Violet Red #C51A8D

Tints of Medium Violet Red #C51A8D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 54.12%
G = 7.14%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C51A8D (or 0xC51A8D) is known color: Medium Violet Red. HEX triplet: C5, 1A and 8D. RGB value is (197,26,141). Sum of RGB (Red+Green+Blue) = 197+26+141=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A8D is #3AE572. Grayscale: #595959. Windows color (decimal): -3859827 or 9247429. OLE color: 9247429.

HSL color Cylindrical-coordinate representation of color #C51A8D: hue angle of 319.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A8D is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 141 -
CMYK 0 0.87 0.28 0.23
HSL 319.65º 0.77% 0.44% -
HSV(B) 319.65º 0.87% 0.77% -
XYZ 28.2 14.53 26.52 -
YUV 90.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 197 26 141 0 0.87 0.28 0.23 319.65 0.77 0.44
Hex C5 1A 8D 0 57 1C 17 140 4D 2C
Octal 305 32 215 0 127 34 27 500 115 54
Binary 11000101 11010 10001101 0 1010111 11100 10111 101000000 1001101 101100

Color Harmonies of #C51A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A8D

Black with #C51A8D

Text Example


Text Example

White with #C51A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A8D; }

 p { color: rgb(197,26,141); }

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

background-color css

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

 a { background-color: rgb(197,26,141); }

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

border-color css

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

 span { border-color: rgb(197,26,141); }

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