Html Css Color HEX #C51981 Medium Violet Red

📋 copy color: '#C51981'

red 197 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #C51981

Tints of Medium Violet Red #C51981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 56.13%
G = 7.12%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C51981 (or 0xC51981) is known color: Medium Violet Red. HEX triplet: C5, 19 and 81. RGB value is (197,25,129). Sum of RGB (Red+Green+Blue) = 197+25+129=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51981 is #3AE67E. Grayscale: #585858. Windows color (decimal): -3860095 or 8460741. OLE color: 8460741.

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

Color convert

RGB 197 25 129 -
CMYK 0 0.87 0.35 0.23
HSL 323.72º 0.77% 0.44% -
HSV(B) 323.72º 0.87% 0.77% -
XYZ 27.34 14.15 22.06 -
YUV 88.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 197 25 129 0 0.87 0.35 0.23 323.72 0.77 0.44
Hex C5 19 81 0 57 23 17 144 4D 2C
Octal 305 31 201 0 127 43 27 504 115 54
Binary 11000101 11001 10000001 0 1010111 100011 10111 101000100 1001101 101100

Color Harmonies of #C51981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51981

Black with #C51981

Text Example


Text Example

White with #C51981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51981; }

 p { color: rgb(197,25,129); }

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

background-color css

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

 a { background-color: rgb(197,25,129); }

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

border-color css

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

 span { border-color: rgb(197,25,129); }

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