Html Css Color HEX #C51E93 Medium Violet Red

📋 copy color: '#C51E93'

red 197 ◦ green 30 ◦ blue 147

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

Shades of Medium Violet Red #C51E93

Tints of Medium Violet Red #C51E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 52.67%
G = 8.02%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C51E93 (or 0xC51E93) is known color: Medium Violet Red. HEX triplet: C5, 1E and 93. RGB value is (197,30,147). Sum of RGB (Red+Green+Blue) = 197+30+147=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E93 is #3AE16C. Grayscale: #5C5C5C. Windows color (decimal): -3858797 or 9641669. OLE color: 9641669.

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

Color convert

RGB 197 30 147 -
CMYK 0 0.85 0.25 0.23
HSL 317.96º 0.74% 0.45% -
HSV(B) 317.96º 0.85% 0.77% -
XYZ 28.76 14.91 28.97 -
YUV 93.27 158.33 201.99 -
System Red Green Blue C M Y K H S L
Decimal 197 30 147 0 0.85 0.25 0.23 317.96 0.74 0.45
Hex C5 1E 93 0 55 19 17 13E 4A 2D
Octal 305 36 223 0 125 31 27 476 112 55
Binary 11000101 11110 10010011 0 1010101 11001 10111 100111110 1001010 101101

Color Harmonies of #C51E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E93

Black with #C51E93

Text Example


Text Example

White with #C51E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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