#C106D1

Color #C106D1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C106D1

Tints of Deep Magenta #C106D1

Color information

#C106D1 (or 0xC106D1) is unknown color: approx Deep Magenta. HEX triplet: C1, 06 and D1. RGB value is (193,6,209). Sum of RGB (Red+Green+Blue) = 193+6+209=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #C106D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106D1 is #3EF92E. Grayscale: #545454. Windows color (decimal): -4127023 or 13698753. OLE color: 13698753.

HSL color Cylindrical-coordinate representation of color #C106D1: hue angle of 295.27º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C106D1 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1936209-
CMYK0.080.9700.18
HSL295.27º94.42%42.16%-
HSV(B)295.27º97.13%81.96%-
XYZ33.5716.0761.65-
YUV85.06197.95204.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=47.30%
G=1.47%
B=51.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19362090.080.9700.18295.2794.4242.16
HexC16D18610121275e2a
Octal30163211014102244713652
Binary1100000111011010001100011000010100101001001111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C106D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C106D1; }

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

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

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

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

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

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

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

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