Html Css Color HEX #C51384 Medium Violet Red

📋 copy color: '#C51384'

red 197 ◦ green 19 ◦ blue 132

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

Shades of Medium Violet Red #C51384

Tints of Medium Violet Red #C51384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 56.61%
G = 5.46%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C51384 (or 0xC51384) is known color: Medium Violet Red. HEX triplet: C5, 13 and 84. RGB value is (197,19,132). Sum of RGB (Red+Green+Blue) = 197+19+132=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C51384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51384 is #3AEC7B. Grayscale: #545454. Windows color (decimal): -3861628 or 8655813. OLE color: 8655813.

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

Color convert

RGB 197 19 132 -
CMYK 0 0.90 0.33 0.23
HSL 321.91º 0.82% 0.42% -
HSV(B) 321.91º 0.9% 0.77% -
XYZ 27.42 14 23.09 -
YUV 85.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 197 19 132 0 0.90 0.33 0.23 321.91 0.82 0.42
Hex C5 13 84 0 5A 21 17 142 52 2A
Octal 305 23 204 0 132 41 27 502 122 52
Binary 11000101 10011 10000100 0 1011010 100001 10111 101000010 1010010 101010

Color Harmonies of #C51384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51384

Black with #C51384

Text Example


Text Example

White with #C51384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51384; }

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

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

background-color css

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

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

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

border-color css

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

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

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