Html Css Color HEX #C51E81 Medium Violet Red

📋 copy color: '#C51E81'

red 197 ◦ green 30 ◦ blue 129

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

Shades of Medium Violet Red #C51E81

Tints of Medium Violet Red #C51E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.43%

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

R = 55.34%
G = 8.43%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C51E81 (or 0xC51E81) is known color: Medium Violet Red. HEX triplet: C5, 1E and 81. RGB value is (197,30,129). Sum of RGB (Red+Green+Blue) = 197+30+129=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E81 is #3AE17E. Grayscale: #5A5A5A. Windows color (decimal): -3858815 or 8462021. OLE color: 8462021.

HSL color Cylindrical-coordinate representation of color #C51E81: hue angle of 324.43º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E81 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 30 129 -
CMYK 0 0.85 0.35 0.23
HSL 324.43º 0.74% 0.45% -
HSV(B) 324.43º 0.85% 0.77% -
XYZ 27.45 14.38 22.1 -
YUV 91.22 149.33 203.45 -
System Red Green Blue C M Y K H S L
Decimal 197 30 129 0 0.85 0.35 0.23 324.43 0.74 0.45
Hex C5 1E 81 0 55 23 17 144 4A 2D
Octal 305 36 201 0 125 43 27 504 112 55
Binary 11000101 11110 10000001 0 1010101 100011 10111 101000100 1001010 101101

Color Harmonies of #C51E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E81

Black with #C51E81

Text Example


Text Example

White with #C51E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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