#c113da

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

Shades of Deep Magenta #C113DA

Tints of Deep Magenta #C113DA

Color information

#C113DA (or 0xC113DA) is unknown color: approx Deep Magenta. HEX triplet: C1, 13 and DA. RGB value is (193,19,218). Sum of RGB (Red+Green+Blue) = 193+19+218=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #C113DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113DA is #3EEC25. Grayscale: #5D5D5D. Windows color (decimal): -4123686 or 14291905. OLE color: 14291905.

HSL color Cylindrical-coordinate representation of color #C113DA: hue angle of 292.46º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C113DA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19319218-
CMYK0.110.9100.15
HSL292.46º83.97%46.47%-
HSV(B)292.46º91.28%85.49%-
XYZ34.8816.8767.75-
YUV93.71198.15198.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 19 (7.81% from 255) = 4.42%
BLUE value IS 218 (85.55% from 255) = 50.70%
R=44.88%
G=4.42%
B=50.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193192180.110.9100.15292.4683.9746.47
HexC113DAB5B0F124542e
Octal301233321313301744412456
Binary11000001100111101101010111011011011111001001001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c113da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c113da; }

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

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

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

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

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

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

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

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