Html Css Color HEX #C10680 Medium Violet Red

📋 copy color: '#C10680'

red 193 ◦ green 6 ◦ blue 128

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

Shades of Medium Violet Red #C10680

Tints of Medium Violet Red #C10680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 59.02%
G = 1.83%
B = 39.14%

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

#C10680 (or 0xC10680) is known color: Medium Violet Red. HEX triplet: C1, 06 and 80. RGB value is (193,6,128). Sum of RGB (Red+Green+Blue) = 193+6+128=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C10680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10680 is #3EF97F. Grayscale: #4B4B4B. Windows color (decimal): -4127104 or 8390337. OLE color: 8390337.

HSL color Cylindrical-coordinate representation of color #C10680: hue angle of 320.86º degrees, saturation: 0.94, 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 #C10680 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 128 -
CMYK 0 0.97 0.34 0.24
HSL 320.86º 0.94% 0.39% -
HSV(B) 320.86º 0.97% 0.76% -
XYZ 25.95 13.03 21.57 -
YUV 75.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 193 6 128 0 0.97 0.34 0.24 320.86 0.94 0.39
Hex C1 6 80 0 61 22 18 141 5E 27
Octal 301 6 200 0 141 42 30 501 136 47
Binary 11000001 110 10000000 0 1100001 100010 11000 101000001 1011110 100111

Color Harmonies of #C10680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10680

Black with #C10680

Text Example


Text Example

White with #C10680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10680; }

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

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

background-color css

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

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

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

border-color css

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

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

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