Html Css Color HEX #C51C90 Medium Violet Red

📋 copy color: '#C51C90'

red 197 ◦ green 28 ◦ blue 144

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

Shades of Medium Violet Red #C51C90

Tints of Medium Violet Red #C51C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.59%

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 53.39%
G = 7.59%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C51C90 (or 0xC51C90) is known color: Medium Violet Red. HEX triplet: C5, 1C and 90. RGB value is (197,28,144). Sum of RGB (Red+Green+Blue) = 197+28+144=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51C90 is #3AE36F. Grayscale: #5B5B5B. Windows color (decimal): -3859312 or 9444549. OLE color: 9444549.

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

Color convert

RGB 197 28 144 -
CMYK 0 0.86 0.27 0.23
HSL 318.82º 0.75% 0.44% -
HSV(B) 318.82º 0.86% 0.77% -
XYZ 28.48 14.71 27.72 -
YUV 91.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 197 28 144 0 0.86 0.27 0.23 318.82 0.75 0.44
Hex C5 1C 90 0 56 1B 17 13F 4B 2C
Octal 305 34 220 0 126 33 27 477 113 54
Binary 11000101 11100 10010000 0 1010110 11011 10111 100111111 1001011 101100

Color Harmonies of #C51C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C90

Black with #C51C90

Text Example


Text Example

White with #C51C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C90; }

 p { color: rgb(197,28,144); }

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

background-color css

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

 a { background-color: rgb(197,28,144); }

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

border-color css

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

 span { border-color: rgb(197,28,144); }

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