Html Css Color HEX #C51290 Medium Violet Red

📋 copy color: '#C51290'

red 197 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #C51290

Tints of Medium Violet Red #C51290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 54.87%
G = 5.01%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C51290 (or 0xC51290) is known color: Medium Violet Red. HEX triplet: C5, 12 and 90. RGB value is (197,18,144). Sum of RGB (Red+Green+Blue) = 197+18+144=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C51290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51290 is #3AED6F. Grayscale: #555555. Windows color (decimal): -3861872 or 9441989. OLE color: 9441989.

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

Color convert

RGB 197 18 144 -
CMYK 0 0.91 0.27 0.23
HSL 317.77º 0.83% 0.42% -
HSV(B) 317.77º 0.91% 0.77% -
XYZ 28.28 14.32 27.66 -
YUV 85.89 160.8 207.25 -
System Red Green Blue C M Y K H S L
Decimal 197 18 144 0 0.91 0.27 0.23 317.77 0.83 0.42
Hex C5 12 90 0 5B 1B 17 13E 53 2A
Octal 305 22 220 0 133 33 27 476 123 52
Binary 11000101 10010 10010000 0 1011011 11011 10111 100111110 1010011 101010

Color Harmonies of #C51290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51290

Black with #C51290

Text Example


Text Example

White with #C51290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51290; }

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

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

background-color css

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

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

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

border-color css

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

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

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