#C117CA

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

Shades of Deep Magenta #C117CA

Tints of Deep Magenta #C117CA

Color information

#C117CA (or 0xC117CA) is unknown color: approx Deep Magenta. HEX triplet: C1, 17 and CA. RGB value is (193,23,202). Sum of RGB (Red+Green+Blue) = 193+23+202=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #C117CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117CA is #3EE835. Grayscale: #5D5D5D. Windows color (decimal): -4122678 or 13244353. OLE color: 13244353.

HSL color Cylindrical-coordinate representation of color #C117CA: hue angle of 296.98º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C117CA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19323202-
CMYK0.040.8900.21
HSL296.98º79.56%44.12%-
HSV(B)296.98º88.61%79.22%-
XYZ32.9616.2157.27-
YUV94.24188.82198.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 23 (9.38% from 255) = 5.50%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=46.17%
G=5.50%
B=48.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193232020.040.8900.21296.9879.5644.12
HexC117CA459015129502c
Octal30127312413102545112054
Binary11000001101111100101010010110010101011001010011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C117CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C117CA; }

 p { color: rgb(193,23,202); }

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

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

 a { background-color: rgb(193,23,202); }

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

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

 span { border-color: rgb(193,23,202); }

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