Html Css Color HEX #C51994 Medium Violet Red

📋 copy color: '#C51994'

red 197 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #C51994

Tints of Medium Violet Red #C51994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40%

R = 53.24%
G = 6.76%
B = 40%

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

#C51994 (or 0xC51994) is known color: Medium Violet Red. HEX triplet: C5, 19 and 94. RGB value is (197,25,148). Sum of RGB (Red+Green+Blue) = 197+25+148=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C51994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51994 is #3AE66B. Grayscale: #5A5A5A. Windows color (decimal): -3860076 or 9705925. OLE color: 9705925.

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

Color convert

RGB 197 25 148 -
CMYK 0 0.87 0.25 0.23
HSL 317.09º 0.77% 0.44% -
HSV(B) 317.09º 0.87% 0.77% -
XYZ 28.72 14.7 29.34 -
YUV 90.45 160.48 204 -
System Red Green Blue C M Y K H S L
Decimal 197 25 148 0 0.87 0.25 0.23 317.09 0.77 0.44
Hex C5 19 94 0 57 19 17 13D 4D 2C
Octal 305 31 224 0 127 31 27 475 115 54
Binary 11000101 11001 10010100 0 1010111 11001 10111 100111101 1001101 101100

Color Harmonies of #C51994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51994

Black with #C51994

Text Example


Text Example

White with #C51994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51994; }

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

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

background-color css

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

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

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

border-color css

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

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

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