Html Css Color HEX #C51E8B Medium Violet Red

📋 copy color: '#C51E8B'

red 197 ◦ green 30 ◦ blue 139

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

Shades of Medium Violet Red #C51E8B

Tints of Medium Violet Red #C51E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 53.83%
G = 8.2%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C51E8B (or 0xC51E8B) is known color: Medium Violet Red. HEX triplet: C5, 1E and 8B. RGB value is (197,30,139). Sum of RGB (Red+Green+Blue) = 197+30+139=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E8B is #3AE174. Grayscale: #5C5C5C. Windows color (decimal): -3858805 or 9117381. OLE color: 9117381.

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

Color convert

RGB 197 30 139 -
CMYK 0 0.85 0.29 0.23
HSL 320.84º 0.74% 0.45% -
HSV(B) 320.84º 0.85% 0.77% -
XYZ 28.15 14.66 25.77 -
YUV 92.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 197 30 139 0 0.85 0.29 0.23 320.84 0.74 0.45
Hex C5 1E 8B 0 55 1D 17 141 4A 2D
Octal 305 36 213 0 125 35 27 501 112 55
Binary 11000101 11110 10001011 0 1010101 11101 10111 101000001 1001010 101101

Color Harmonies of #C51E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E8B

Black with #C51E8B

Text Example


Text Example

White with #C51E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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