Html Css Color HEX #C51F87 Medium Violet Red

📋 copy color: '#C51F87'

red 197 ◦ green 31 ◦ blue 135

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

Shades of Medium Violet Red #C51F87

Tints of Medium Violet Red #C51F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 54.27%
G = 8.54%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C51F87 (or 0xC51F87) is known color: Medium Violet Red. HEX triplet: C5, 1F and 87. RGB value is (197,31,135). Sum of RGB (Red+Green+Blue) = 197+31+135=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F87 is #3AE078. Grayscale: #5C5C5C. Windows color (decimal): -3858553 or 8855493. OLE color: 8855493.

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

Color convert

RGB 197 31 135 -
CMYK 0 0.84 0.31 0.23
HSL 322.41º 0.73% 0.45% -
HSV(B) 322.41º 0.84% 0.77% -
XYZ 27.89 14.6 24.27 -
YUV 92.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 197 31 135 0 0.84 0.31 0.23 322.41 0.73 0.45
Hex C5 1F 87 0 54 1F 17 142 49 2D
Octal 305 37 207 0 124 37 27 502 111 55
Binary 11000101 11111 10000111 0 1010100 11111 10111 101000010 1001001 101101

Color Harmonies of #C51F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F87

Black with #C51F87

Text Example


Text Example

White with #C51F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F87; }

 p { color: rgb(197,31,135); }

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

background-color css

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

 a { background-color: rgb(197,31,135); }

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

border-color css

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

 span { border-color: rgb(197,31,135); }

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