Html Css Color HEX #C51E8F Medium Violet Red

📋 copy color: '#C51E8F'

red 197 ◦ green 30 ◦ blue 143

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

Shades of Medium Violet Red #C51E8F

Tints of Medium Violet Red #C51E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 53.24%
G = 8.11%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C51E8F (or 0xC51E8F) is known color: Medium Violet Red. HEX triplet: C5, 1E and 8F. RGB value is (197,30,143). Sum of RGB (Red+Green+Blue) = 197+30+143=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E8F is #3AE170. Grayscale: #5C5C5C. Windows color (decimal): -3858801 or 9379525. OLE color: 9379525.

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

Color convert

RGB 197 30 143 -
CMYK 0 0.85 0.27 0.23
HSL 319.4º 0.74% 0.45% -
HSV(B) 319.4º 0.85% 0.77% -
XYZ 28.45 14.78 27.34 -
YUV 92.82 156.33 202.31 -
System Red Green Blue C M Y K H S L
Decimal 197 30 143 0 0.85 0.27 0.23 319.4 0.74 0.45
Hex C5 1E 8F 0 55 1B 17 13F 4A 2D
Octal 305 36 217 0 125 33 27 477 112 55
Binary 11000101 11110 10001111 0 1010101 11011 10111 100111111 1001010 101101

Color Harmonies of #C51E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E8F

Black with #C51E8F

Text Example


Text Example

White with #C51E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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