Html Css Color HEX #C51381 Medium Violet Red

📋 copy color: '#C51381'

red 197 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #C51381

Tints of Medium Violet Red #C51381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

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

R = 57.1%
G = 5.51%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C51381 (or 0xC51381) is known color: Medium Violet Red. HEX triplet: C5, 13 and 81. RGB value is (197,19,129). Sum of RGB (Red+Green+Blue) = 197+19+129=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C51381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51381 is #3AEC7E. Grayscale: #545454. Windows color (decimal): -3861631 or 8459205. OLE color: 8459205.

HSL color Cylindrical-coordinate representation of color #C51381: hue angle of 322.92º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51381 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 129 -
CMYK 0 0.90 0.35 0.23
HSL 322.92º 0.82% 0.42% -
HSV(B) 322.92º 0.9% 0.77% -
XYZ 27.22 13.92 22.02 -
YUV 84.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 197 19 129 0 0.90 0.35 0.23 322.92 0.82 0.42
Hex C5 13 81 0 5A 23 17 143 52 2A
Octal 305 23 201 0 132 43 27 503 122 52
Binary 11000101 10011 10000001 0 1011010 100011 10111 101000011 1010010 101010

Color Harmonies of #C51381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51381

Black with #C51381

Text Example


Text Example

White with #C51381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51381; }

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

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

background-color css

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

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

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

border-color css

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

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

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