Html Css Color HEX #C51489 Medium Violet Red

📋 copy color: '#C51489'

red 197 ◦ green 20 ◦ blue 137

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

Shades of Medium Violet Red #C51489

Tints of Medium Violet Red #C51489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.65%

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

R = 55.65%
G = 5.65%
B = 38.7%

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

#C51489 (or 0xC51489) is known color: Medium Violet Red. HEX triplet: C5, 14 and 89. RGB value is (197,20,137). Sum of RGB (Red+Green+Blue) = 197+20+137=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C51489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51489 is #3AEB76. Grayscale: #555555. Windows color (decimal): -3861367 or 8983749. OLE color: 8983749.

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

Color convert

RGB 197 20 137 -
CMYK 0 0.90 0.30 0.23
HSL 320.34º 0.82% 0.43% -
HSV(B) 320.34º 0.9% 0.77% -
XYZ 27.79 14.18 24.94 -
YUV 86.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 197 20 137 0 0.90 0.30 0.23 320.34 0.82 0.43
Hex C5 14 89 0 5A 1E 17 140 52 2B
Octal 305 24 211 0 132 36 27 500 122 53
Binary 11000101 10100 10001001 0 1011010 11110 10111 101000000 1010010 101011

Color Harmonies of #C51489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51489

Black with #C51489

Text Example


Text Example

White with #C51489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51489; }

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

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

background-color css

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

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

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

border-color css

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

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

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