#C111CC

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

Shades of Deep Magenta #C111CC

Tints of Deep Magenta #C111CC

Color information

#C111CC (or 0xC111CC) is unknown color: approx Deep Magenta. HEX triplet: C1, 11 and CC. RGB value is (193,17,204). Sum of RGB (Red+Green+Blue) = 193+17+204=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #C111CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111CC is #3EEE33. Grayscale: #5A5A5A. Windows color (decimal): -4124212 or 13373889. OLE color: 13373889.

HSL color Cylindrical-coordinate representation of color #C111CC: hue angle of 296.47º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C111CC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19317204-
CMYK0.050.9200.2
HSL296.47º84.62%43.33%-
HSV(B)296.47º91.67%80%-
XYZ33.0916.158.49-
YUV90.94191.81200.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 17 (7.03% from 255) = 4.11%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=46.62%
G=4.11%
B=49.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193172040.050.9200.2296.4784.6243.33
HexC111CC55C014128552b
Octal30121314513402445012553
Binary11000001100011100110010110111000101001001010001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C111CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C111CC; }

 p { color: rgb(193,17,204); }

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

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

 a { background-color: rgb(193,17,204); }

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

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

 span { border-color: rgb(193,17,204); }

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