Html Css Color HEX #C51590 Medium Violet Red

📋 copy color: '#C51590'

red 197 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #C51590

Tints of Medium Violet Red #C51590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

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

R = 54.42%
G = 5.8%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C51590 (or 0xC51590) is known color: Medium Violet Red. HEX triplet: C5, 15 and 90. RGB value is (197,21,144). Sum of RGB (Red+Green+Blue) = 197+21+144=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C51590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51590 is #3AEA6F. Grayscale: #575757. Windows color (decimal): -3861104 or 9442757. OLE color: 9442757.

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

Color convert

RGB 197 21 144 -
CMYK 0 0.89 0.27 0.23
HSL 318.07º 0.81% 0.43% -
HSV(B) 318.07º 0.89% 0.77% -
XYZ 28.33 14.42 27.68 -
YUV 87.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 197 21 144 0 0.89 0.27 0.23 318.07 0.81 0.43
Hex C5 15 90 0 59 1B 17 13E 51 2B
Octal 305 25 220 0 131 33 27 476 121 53
Binary 11000101 10101 10010000 0 1011001 11011 10111 100111110 1010001 101011

Color Harmonies of #C51590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51590

Black with #C51590

Text Example


Text Example

White with #C51590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51590; }

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

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

background-color css

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

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

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

border-color css

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

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

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