Html Css Color HEX #C51983 Medium Violet Red

📋 copy color: '#C51983'

red 197 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #C51983

Tints of Medium Violet Red #C51983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 55.81%
G = 7.08%
B = 37.11%

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

#C51983 (or 0xC51983) is known color: Medium Violet Red. HEX triplet: C5, 19 and 83. RGB value is (197,25,131). Sum of RGB (Red+Green+Blue) = 197+25+131=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C51983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51983 is #3AE67C. Grayscale: #585858. Windows color (decimal): -3860093 or 8591813. OLE color: 8591813.

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

Color convert

RGB 197 25 131 -
CMYK 0 0.87 0.34 0.23
HSL 323.02º 0.77% 0.44% -
HSV(B) 323.02º 0.87% 0.77% -
XYZ 27.47 14.2 22.77 -
YUV 88.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 197 25 131 0 0.87 0.34 0.23 323.02 0.77 0.44
Hex C5 19 83 0 57 22 17 143 4D 2C
Octal 305 31 203 0 127 42 27 503 115 54
Binary 11000101 11001 10000011 0 1010111 100010 10111 101000011 1001101 101100

Color Harmonies of #C51983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51983

Black with #C51983

Text Example


Text Example

White with #C51983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51983; }

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

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

background-color css

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

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

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

border-color css

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

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

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