Html Css Color HEX #C51988 Medium Violet Red

📋 copy color: '#C51988'

red 197 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #C51988

Tints of Medium Violet Red #C51988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 55.03%
G = 6.98%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C51988 (or 0xC51988) is known color: Medium Violet Red. HEX triplet: C5, 19 and 88. RGB value is (197,25,136). Sum of RGB (Red+Green+Blue) = 197+25+136=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C51988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51988 is #3AE677. Grayscale: #585858. Windows color (decimal): -3860088 or 8919493. OLE color: 8919493.

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

Color convert

RGB 197 25 136 -
CMYK 0 0.87 0.31 0.23
HSL 321.28º 0.77% 0.44% -
HSV(B) 321.28º 0.87% 0.77% -
XYZ 27.82 14.34 24.59 -
YUV 89.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 197 25 136 0 0.87 0.31 0.23 321.28 0.77 0.44
Hex C5 19 88 0 57 1F 17 141 4D 2C
Octal 305 31 210 0 127 37 27 501 115 54
Binary 11000101 11001 10001000 0 1010111 11111 10111 101000001 1001101 101100

Color Harmonies of #C51988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51988

Black with #C51988

Text Example


Text Example

White with #C51988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51988; }

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

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

background-color css

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

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

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

border-color css

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

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

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