Html Css Color HEX #C51982 Medium Violet Red

📋 copy color: '#C51982'

red 197 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #C51982

Tints of Medium Violet Red #C51982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 55.97%
G = 7.1%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C51982 (or 0xC51982) is known color: Medium Violet Red. HEX triplet: C5, 19 and 82. RGB value is (197,25,130). Sum of RGB (Red+Green+Blue) = 197+25+130=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C51982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51982 is #3AE67D. Grayscale: #585858. Windows color (decimal): -3860094 or 8526277. OLE color: 8526277.

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

Color convert

RGB 197 25 130 -
CMYK 0 0.87 0.34 0.23
HSL 323.37º 0.77% 0.44% -
HSV(B) 323.37º 0.87% 0.77% -
XYZ 27.4 14.18 22.41 -
YUV 88.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 197 25 130 0 0.87 0.34 0.23 323.37 0.77 0.44
Hex C5 19 82 0 57 22 17 143 4D 2C
Octal 305 31 202 0 127 42 27 503 115 54
Binary 11000101 11001 10000010 0 1010111 100010 10111 101000011 1001101 101100

Color Harmonies of #C51982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51982

Black with #C51982

Text Example


Text Example

White with #C51982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51982; }

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

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

background-color css

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

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

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

border-color css

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

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

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