Html Css Color HEX #C51389 Medium Violet Red

📋 copy color: '#C51389'

red 197 ◦ green 19 ◦ blue 137

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

Shades of Medium Violet Red #C51389

Tints of Medium Violet Red #C51389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.38%

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 55.81%
G = 5.38%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C51389 (or 0xC51389) is known color: Medium Violet Red. HEX triplet: C5, 13 and 89. RGB value is (197,19,137). Sum of RGB (Red+Green+Blue) = 197+19+137=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C51389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51389 is #3AEC76. Grayscale: #555555. Windows color (decimal): -3861623 or 8983493. OLE color: 8983493.

HSL color Cylindrical-coordinate representation of color #C51389: hue angle of 320.22º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51389 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 137 -
CMYK 0 0.90 0.30 0.23
HSL 320.22º 0.82% 0.42% -
HSV(B) 320.22º 0.9% 0.77% -
XYZ 27.77 14.14 24.93 -
YUV 85.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 197 19 137 0 0.90 0.30 0.23 320.22 0.82 0.42
Hex C5 13 89 0 5A 1E 17 140 52 2A
Octal 305 23 211 0 132 36 27 500 122 52
Binary 11000101 10011 10001001 0 1011010 11110 10111 101000000 1010010 101010

Color Harmonies of #C51389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51389

Black with #C51389

Text Example


Text Example

White with #C51389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51389; }

 p { color: rgb(197,19,137); }

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

background-color css

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

 a { background-color: rgb(197,19,137); }

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

border-color css

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

 span { border-color: rgb(197,19,137); }

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