Html Css Color HEX #C51A8E Medium Violet Red

📋 copy color: '#C51A8E'

red 197 ◦ green 26 ◦ blue 142

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

Shades of Medium Violet Red #C51A8E

Tints of Medium Violet Red #C51A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 53.97%
G = 7.12%
B = 38.9%

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

#C51A8E (or 0xC51A8E) is known color: Medium Violet Red. HEX triplet: C5, 1A and 8E. RGB value is (197,26,142). Sum of RGB (Red+Green+Blue) = 197+26+142=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A8E is #3AE571. Grayscale: #5A5A5A. Windows color (decimal): -3859826 or 9312965. OLE color: 9312965.

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

Color convert

RGB 197 26 142 -
CMYK 0 0.87 0.28 0.23
HSL 319.3º 0.77% 0.44% -
HSV(B) 319.3º 0.87% 0.77% -
XYZ 28.28 14.56 26.91 -
YUV 90.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 197 26 142 0 0.87 0.28 0.23 319.3 0.77 0.44
Hex C5 1A 8E 0 57 1C 17 13F 4D 2C
Octal 305 32 216 0 127 34 27 477 115 54
Binary 11000101 11010 10001110 0 1010111 11100 10111 100111111 1001101 101100

Color Harmonies of #C51A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A8E

Black with #C51A8E

Text Example


Text Example

White with #C51A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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