Html Css Color HEX #C51F90 Medium Violet Red

📋 copy color: '#C51F90'

red 197 ◦ green 31 ◦ blue 144

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

Shades of Medium Violet Red #C51F90

Tints of Medium Violet Red #C51F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

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

R = 52.96%
G = 8.33%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C51F90 (or 0xC51F90) is known color: Medium Violet Red. HEX triplet: C5, 1F and 90. RGB value is (197,31,144). Sum of RGB (Red+Green+Blue) = 197+31+144=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F90 is #3AE06F. Grayscale: #5D5D5D. Windows color (decimal): -3858544 or 9445317. OLE color: 9445317.

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

Color convert

RGB 197 31 144 -
CMYK 0 0.84 0.27 0.23
HSL 319.16º 0.73% 0.45% -
HSV(B) 319.16º 0.84% 0.77% -
XYZ 28.55 14.86 27.75 -
YUV 93.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 197 31 144 0 0.84 0.27 0.23 319.16 0.73 0.45
Hex C5 1F 90 0 54 1B 17 13F 49 2D
Octal 305 37 220 0 124 33 27 477 111 55
Binary 11000101 11111 10010000 0 1010100 11011 10111 100111111 1001001 101101

Color Harmonies of #C51F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F90

Black with #C51F90

Text Example


Text Example

White with #C51F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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