Html Css Color HEX #C10080 Medium Violet Red

📋 copy color: '#C10080'

red 193 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #C10080

Tints of Medium Violet Red #C10080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.12%
G = 0%
B = 39.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C10080 (or 0xC10080) is known color: Medium Violet Red. HEX triplet: C1, 00 and 80. RGB value is (193,0,128). Sum of RGB (Red+Green+Blue) = 193+0+128=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C10080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10080 is #3EFF7F. Grayscale: #474747. Windows color (decimal): -4128640 or 8388801. OLE color: 8388801.

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

Color convert

RGB 193 0 128 -
CMYK 0 1 0.34 0.24
HSL 320.21º 1% 0.38% -
HSV(B) 320.21º 1% 0.76% -
XYZ 25.89 12.9 21.55 -
YUV 72.3 159.44 214.09 -
System Red Green Blue C M Y K H S L
Decimal 193 0 128 0 1 0.34 0.24 320.21 1 0.38
Hex C1 0 80 0 64 22 18 140 64 26
Octal 301 0 200 0 144 42 30 500 144 46
Binary 11000001 0 10000000 0 1100100 100010 11000 101000000 1100100 100110

Color Harmonies of #C10080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10080

Black with #C10080

Text Example


Text Example

White with #C10080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10080; }

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

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

background-color css

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

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

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

border-color css

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

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

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