Html Css Color HEX #C51993 Medium Violet Red

📋 copy color: '#C51993'

red 197 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #C51993

Tints of Medium Violet Red #C51993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.78%

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

R = 53.39%
G = 6.78%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C51993 (or 0xC51993) is known color: Medium Violet Red. HEX triplet: C5, 19 and 93. RGB value is (197,25,147). Sum of RGB (Red+Green+Blue) = 197+25+147=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C51993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51993 is #3AE66C. Grayscale: #5A5A5A. Windows color (decimal): -3860077 or 9640389. OLE color: 9640389.

HSL color Cylindrical-coordinate representation of color #C51993: hue angle of 317.44º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51993 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 147 -
CMYK 0 0.87 0.25 0.23
HSL 317.44º 0.77% 0.44% -
HSV(B) 317.44º 0.87% 0.77% -
XYZ 28.64 14.67 28.93 -
YUV 90.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 197 25 147 0 0.87 0.25 0.23 317.44 0.77 0.44
Hex C5 19 93 0 57 19 17 13D 4D 2C
Octal 305 31 223 0 127 31 27 475 115 54
Binary 11000101 11001 10010011 0 1010111 11001 10111 100111101 1001101 101100

Color Harmonies of #C51993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51993

Black with #C51993

Text Example


Text Example

White with #C51993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51993; }

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

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

background-color css

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

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

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

border-color css

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

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

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