Html Css Color HEX #C10580 Medium Violet Red

📋 copy color: '#C10580'

red 193 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #C10580

Tints of Medium Violet Red #C10580

RGB

 RED value IS 193 (75.78% from 255) = 59.2%

 GREEN value IS 5 (2.34% from 255) = 1.53%

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

R = 59.2%
G = 1.53%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C10580 (or 0xC10580) is known color: Medium Violet Red. HEX triplet: C1, 05 and 80. RGB value is (193,5,128). Sum of RGB (Red+Green+Blue) = 193+5+128=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C10580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10580 is #3EFA7F. Grayscale: #4A4A4A. Windows color (decimal): -4127360 or 8390081. OLE color: 8390081.

HSL color Cylindrical-coordinate representation of color #C10580: hue angle of 320.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10580 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 128 -
CMYK 0 0.97 0.34 0.24
HSL 320.74º 0.95% 0.39% -
HSV(B) 320.74º 0.97% 0.76% -
XYZ 25.94 13 21.56 -
YUV 75.23 157.78 212 -
System Red Green Blue C M Y K H S L
Decimal 193 5 128 0 0.97 0.34 0.24 320.74 0.95 0.39
Hex C1 5 80 0 61 22 18 141 5F 27
Octal 301 5 200 0 141 42 30 501 137 47
Binary 11000001 101 10000000 0 1100001 100010 11000 101000001 1011111 100111

Color Harmonies of #C10580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10580

Black with #C10580

Text Example


Text Example

White with #C10580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10580; }

 p { color: rgb(193,5,128); }

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

background-color css

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

 a { background-color: rgb(193,5,128); }

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

border-color css

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

 span { border-color: rgb(193,5,128); }

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