Html Css Color HEX #C51E88 Medium Violet Red

📋 copy color: '#C51E88'

red 197 ◦ green 30 ◦ blue 136

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

Shades of Medium Violet Red #C51E88

Tints of Medium Violet Red #C51E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

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

R = 54.27%
G = 8.26%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C51E88 (or 0xC51E88) is known color: Medium Violet Red. HEX triplet: C5, 1E and 88. RGB value is (197,30,136). Sum of RGB (Red+Green+Blue) = 197+30+136=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E88 is #3AE177. Grayscale: #5B5B5B. Windows color (decimal): -3858808 or 8920773. OLE color: 8920773.

HSL color Cylindrical-coordinate representation of color #C51E88: hue angle of 321.92º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E88 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 30 136 -
CMYK 0 0.85 0.31 0.23
HSL 321.92º 0.74% 0.45% -
HSV(B) 321.92º 0.85% 0.77% -
XYZ 27.93 14.58 24.63 -
YUV 92.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 197 30 136 0 0.85 0.31 0.23 321.92 0.74 0.45
Hex C5 1E 88 0 55 1F 17 142 4A 2D
Octal 305 36 210 0 125 37 27 502 112 55
Binary 11000101 11110 10001000 0 1010101 11111 10111 101000010 1001010 101101

Color Harmonies of #C51E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E88

Black with #C51E88

Text Example


Text Example

White with #C51E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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