Html Css Color HEX #C51A9D Medium Violet Red

📋 copy color: '#C51A9D'

red 197 ◦ green 26 ◦ blue 157

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

Shades of Medium Violet Red #C51A9D

Tints of Medium Violet Red #C51A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 51.84%
G = 6.84%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C51A9D (or 0xC51A9D) is known color: Medium Violet Red. HEX triplet: C5, 1A and 9D. RGB value is (197,26,157). Sum of RGB (Red+Green+Blue) = 197+26+157=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A9D is #3AE562. Grayscale: #5B5B5B. Windows color (decimal): -3859811 or 10296005. OLE color: 10296005.

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

Color convert

RGB 197 26 157 -
CMYK 0 0.87 0.20 0.23
HSL 314.04º 0.77% 0.44% -
HSV(B) 314.04º 0.87% 0.77% -
XYZ 29.48 15.04 33.25 -
YUV 92.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 197 26 157 0 0.87 0.20 0.23 314.04 0.77 0.44
Hex C5 1A 9D 0 57 14 17 13A 4D 2C
Octal 305 32 235 0 127 24 27 472 115 54
Binary 11000101 11010 10011101 0 1010111 10100 10111 100111010 1001101 101100

Color Harmonies of #C51A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A9D

Black with #C51A9D

Text Example


Text Example

White with #C51A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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