#C10280

Color #C10280 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C10280

Tints of Medium Violet Red #C10280

Color information

#C10280 (or 0xC10280) is unknown color: approx Medium Violet Red. HEX triplet: C1, 02 and 80. RGB value is (193,2,128). Sum of RGB (Red+Green+Blue) = 193+2+128=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C10280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10280 is #3EFD7F. Grayscale: #494949. Windows color (decimal): -4128128 or 8389313. OLE color: 8389313.

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

Color convert

RGB1932128-
CMYK00.990.340.24
HSL320.42º97.95%38.24%-
HSV(B)320.42º98.96%75.69%-
XYZ25.9112.9421.55-
YUV73.47158.78213.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=59.75%
G=0.62%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193212800.990.340.24320.4297.9538.24
HexC128006322181406226
Octal30122000143423050014246
Binary11000001101000000001100011100010110001010000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10280; }

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

 H1.HeaderClassName
 {
   color: #C10280;
 }
 .AnyTagClassName
 {
   color: #C10280;
 }
</style>
background-color css

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

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

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

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

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

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