#C118DA

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

Shades of Deep Magenta #C118DA

Tints of Deep Magenta #C118DA

Color information

#C118DA (or 0xC118DA) is unknown color: approx Deep Magenta. HEX triplet: C1, 18 and DA. RGB value is (193,24,218). Sum of RGB (Red+Green+Blue) = 193+24+218=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #C118DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118DA is #3EE725. Grayscale: #606060. Windows color (decimal): -4122406 or 14293185. OLE color: 14293185.

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

Color convert

RGB19324218-
CMYK0.110.8900.15
HSL292.27º80.17%47.45%-
HSV(B)292.27º88.99%85.49%-
XYZ34.9717.0567.78-
YUV96.65196.49196.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 24 (9.77% from 255) = 5.52%
BLUE value IS 218 (85.55% from 255) = 50.11%
R=44.37%
G=5.52%
B=50.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193242180.110.8900.15292.2780.1747.45
HexC118DAB590F124502f
Octal301303321313101744412057
Binary11000001110001101101010111011001011111001001001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C118DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C118DA; }

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

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

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

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

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

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

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

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