Html Css Color HEX #C50880 Medium Violet Red

📋 copy color: '#C50880'

red 197 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #C50880

Tints of Medium Violet Red #C50880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

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

R = 59.16%
G = 2.4%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C50880 (or 0xC50880) is known color: Medium Violet Red. HEX triplet: C5, 08 and 80. RGB value is (197,8,128). Sum of RGB (Red+Green+Blue) = 197+8+128=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C50880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50880 is #3AF77F. Grayscale: #4D4D4D. Windows color (decimal): -3864448 or 8390853. OLE color: 8390853.

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

Color convert

RGB 197 8 128 -
CMYK 0 0.96 0.35 0.23
HSL 321.9º 0.92% 0.4% -
HSV(B) 321.9º 0.96% 0.77% -
XYZ 27.01 13.6 21.62 -
YUV 78.19 156.12 212.74 -
System Red Green Blue C M Y K H S L
Decimal 197 8 128 0 0.96 0.35 0.23 321.9 0.92 0.4
Hex C5 8 80 0 60 23 17 142 5C 28
Octal 305 10 200 0 140 43 27 502 134 50
Binary 11000101 1000 10000000 0 1100000 100011 10111 101000010 1011100 101000

Color Harmonies of #C50880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50880

Black with #C50880

Text Example


Text Example

White with #C50880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50880; }

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

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

background-color css

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

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

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

border-color css

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

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

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