Html Css Color HEX #C50180 Medium Violet Red

📋 copy color: '#C50180'

red 197 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #C50180

Tints of Medium Violet Red #C50180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 60.43%
G = 0.31%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C50180 (or 0xC50180) is known color: Medium Violet Red. HEX triplet: C5, 01 and 80. RGB value is (197,1,128). Sum of RGB (Red+Green+Blue) = 197+1+128=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C50180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50180 is #3AFE7F. Grayscale: #494949. Windows color (decimal): -3866240 or 8389061. OLE color: 8389061.

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

Color convert

RGB 197 1 128 -
CMYK 0 0.99 0.35 0.23
HSL 321.12º 0.99% 0.39% -
HSV(B) 321.12º 0.99% 0.77% -
XYZ 26.93 13.45 21.6 -
YUV 74.08 158.43 215.67 -
System Red Green Blue C M Y K H S L
Decimal 197 1 128 0 0.99 0.35 0.23 321.12 0.99 0.39
Hex C5 1 80 0 63 23 17 141 63 27
Octal 305 1 200 0 143 43 27 501 143 47
Binary 11000101 1 10000000 0 1100011 100011 10111 101000001 1100011 100111

Color Harmonies of #C50180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50180

Black with #C50180

Text Example


Text Example

White with #C50180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50180; }

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

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

background-color css

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

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

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

border-color css

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

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

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