#C110DE

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

Shades of Deep Magenta #C110DE

Tints of Deep Magenta #C110DE

Color information

#C110DE (or 0xC110DE) is unknown color: approx Deep Magenta. HEX triplet: C1, 10 and DE. RGB value is (193,16,222). Sum of RGB (Red+Green+Blue) = 193+16+222=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #C110DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110DE is #3EEF21. Grayscale: #5B5B5B. Windows color (decimal): -4124450 or 14553281. OLE color: 14553281.

HSL color Cylindrical-coordinate representation of color #C110DE: hue angle of 291.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C110DE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19316222-
CMYK0.130.9300.13
HSL291.55º86.55%46.67%-
HSV(B)291.55º92.79%87.06%-
XYZ35.3616.9870.52-
YUV92.41201.14199.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 16 (6.64% from 255) = 3.71%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=44.78%
G=3.71%
B=51.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193162220.130.9300.13291.5586.5546.67
HexC110DED5D0D124572f
Octal301203361513501544412757
Binary11000001100001101111011011011101011011001001001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C110DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C110DE; }

 p { color: rgb(193,16,222); }

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

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

 a { background-color: rgb(193,16,222); }

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

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

 span { border-color: rgb(193,16,222); }

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