Html Css Color HEX #C51880 Medium Violet Red

📋 copy color: '#C51880'

red 197 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #C51880

Tints of Medium Violet Red #C51880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.88%

 BLUE value IS 128 (50.39% from 255) = 36.68%

R = 56.45%
G = 6.88%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C51880 (or 0xC51880) is known color: Medium Violet Red. HEX triplet: C5, 18 and 80. RGB value is (197,24,128). Sum of RGB (Red+Green+Blue) = 197+24+128=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C51880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51880 is #3AE77F. Grayscale: #575757. Windows color (decimal): -3860352 or 8394949. OLE color: 8394949.

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

Color convert

RGB 197 24 128 -
CMYK 0 0.88 0.35 0.23
HSL 323.93º 0.78% 0.43% -
HSV(B) 323.93º 0.88% 0.77% -
XYZ 27.25 14.08 21.7 -
YUV 87.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 197 24 128 0 0.88 0.35 0.23 323.93 0.78 0.43
Hex C5 18 80 0 58 23 17 144 4E 2B
Octal 305 30 200 0 130 43 27 504 116 53
Binary 11000101 11000 10000000 0 1011000 100011 10111 101000100 1001110 101011

Color Harmonies of #C51880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51880

Black with #C51880

Text Example


Text Example

White with #C51880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51880; }

 p { color: rgb(197,24,128); }

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

background-color css

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

 a { background-color: rgb(197,24,128); }

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

border-color css

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

 span { border-color: rgb(197,24,128); }

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