#c1048a

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

Shades of Medium Violet Red #C1048A

Tints of Medium Violet Red #C1048A

Color information

#C1048A (or 0xC1048A) is unknown color: approx Medium Violet Red. HEX triplet: C1, 04 and 8A. RGB value is (193,4,138). Sum of RGB (Red+Green+Blue) = 193+4+138=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1048A is #3EFB75. Grayscale: #4B4B4B. Windows color (decimal): -4127606 or 9045185. OLE color: 9045185.

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

Color convert

RGB1934138-
CMYK00.980.280.24
HSL317.46º95.94%38.63%-
HSV(B)317.46º97.93%75.69%-
XYZ26.6213.2625.2-
YUV75.79163.12211.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.61%
GREEN value IS 4 (1.95% from 255) = 1.19%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=57.61%
G=1.19%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193413800.980.280.24317.4695.9438.63
HexC148A0621C1813d6027
Octal30142120142343047514047
Binary11000001100100010100110001011100110001001111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1048a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1048a; }

 p { color: rgb(193,4,138); }

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

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

 a { background-color: rgb(193,4,138); }

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

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

 span { border-color: rgb(193,4,138); }

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