#C41082

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

Shades of Medium Violet Red #C41082

Tints of Medium Violet Red #C41082

Color information

#C41082 (or 0xC41082) is unknown color: approx Medium Violet Red. HEX triplet: C4, 10 and 82. RGB value is (196,16,130). Sum of RGB (Red+Green+Blue) = 196+16+130=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C41082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41082 is #3BEF7D. Grayscale: #525252. Windows color (decimal): -3927934 or 8523972. OLE color: 8523972.

HSL color Cylindrical-coordinate representation of color #C41082: hue angle of 322º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41082 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB19616130-
CMYK00.920.340.23
HSL322º84.91%41.57%-
HSV(B)322º91.84%76.86%-
XYZ26.9813.7222.34-
YUV82.82154.63208.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.31%
GREEN value IS 16 (6.64% from 255) = 4.68%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=57.31%
G=4.68%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961613000.920.340.2332284.9141.57
HexC4108205C2217142552a
Octal304202020134422750212552
Binary11000100100001000001001011100100010101111010000101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41082; }

 p { color: rgb(196,16,130); }

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

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

 a { background-color: rgb(196,16,130); }

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

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

 span { border-color: rgb(196,16,130); }

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