#c1008e

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

Shades of Medium Violet Red #C1008E

Tints of Medium Violet Red #C1008E

Color information

#C1008E (or 0xC1008E) is unknown color: approx Medium Violet Red. HEX triplet: C1, 00 and 8E. RGB value is (193,0,142). Sum of RGB (Red+Green+Blue) = 193+0+142=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1008E is #3EFF71. Grayscale: #494949. Windows color (decimal): -4128626 or 9306305. OLE color: 9306305.

HSL color Cylindrical-coordinate representation of color #C1008E: hue angle of 315.85º 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 #C1008E is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB1930142-
CMYK010.260.24
HSL315.85º100%37.84%-
HSV(B)315.85º100%75.69%-
XYZ26.8713.2926.74-
YUV73.9166.44212.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=57.61%
G=0%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1930142010.260.24315.8510037.84
HexC108E0641A1813c6426
Octal30102160144323047414446
Binary110000010100011100110010011010110001001111001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1008e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1008e; }

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

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

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

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

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

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

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

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