Html Css Color HEX #C51A8C Medium Violet Red

📋 copy color: '#C51A8C'

red 197 ◦ green 26 ◦ blue 140

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

Shades of Medium Violet Red #C51A8C

Tints of Medium Violet Red #C51A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 54.27%
G = 7.16%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C51A8C (or 0xC51A8C) is known color: Medium Violet Red. HEX triplet: C5, 1A and 8C. RGB value is (197,26,140). Sum of RGB (Red+Green+Blue) = 197+26+140=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A8C is #3AE573. Grayscale: #595959. Windows color (decimal): -3859828 or 9181893. OLE color: 9181893.

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

Color convert

RGB 197 26 140 -
CMYK 0 0.87 0.29 0.23
HSL 320º 0.77% 0.44% -
HSV(B) 320º 0.87% 0.77% -
XYZ 28.13 14.5 26.13 -
YUV 90.13 156.15 204.23 -
System Red Green Blue C M Y K H S L
Decimal 197 26 140 0 0.87 0.29 0.23 320 0.77 0.44
Hex C5 1A 8C 0 57 1D 17 140 4D 2C
Octal 305 32 214 0 127 35 27 500 115 54
Binary 11000101 11010 10001100 0 1010111 11101 10111 101000000 1001101 101100

Color Harmonies of #C51A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A8C

Black with #C51A8C

Text Example


Text Example

White with #C51A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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