#C113DE

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

Shades of Deep Magenta #C113DE

Tints of Deep Magenta #C113DE

Color information

#C113DE (or 0xC113DE) is unknown color: approx Deep Magenta. HEX triplet: C1, 13 and DE. RGB value is (193,19,222). Sum of RGB (Red+Green+Blue) = 193+19+222=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #C113DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113DE is #3EEC21. Grayscale: #5D5D5D. Windows color (decimal): -4123682 or 14554049. OLE color: 14554049.

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

Color convert

RGB19319222-
CMYK0.130.9100.13
HSL291.43º84.23%47.25%-
HSV(B)291.43º91.44%87.06%-
XYZ35.4117.0870.54-
YUV94.17200.15198.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 19 (7.81% from 255) = 4.38%
BLUE value IS 222 (87.11% from 255) = 51.15%
R=44.47%
G=4.38%
B=51.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193192220.130.9100.13291.4384.2347.25
HexC113DED5B0D123542f
Octal301233361513301544312457
Binary11000001100111101111011011011011011011001000111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C113DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C113DE; }

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

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

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

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

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

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

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

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