#C11BCC

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

Shades of Deep Magenta #C11BCC

Tints of Deep Magenta #C11BCC

Color information

#C11BCC (or 0xC11BCC) is unknown color: approx Deep Magenta. HEX triplet: C1, 1B and CC. RGB value is (193,27,204). Sum of RGB (Red+Green+Blue) = 193+27+204=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C11BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BCC is #3EE433. Grayscale: #606060. Windows color (decimal): -4121652 or 13376449. OLE color: 13376449.

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

Color convert

RGB19327204-
CMYK0.050.8700.2
HSL296.27º76.62%45.29%-
HSV(B)296.27º86.76%80%-
XYZ33.2816.4858.55-
YUV96.81188.5196.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 27 (10.94% from 255) = 6.37%
BLUE value IS 204 (80.08% from 255) = 48.11%
R=45.52%
G=6.37%
B=48.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193272040.050.8700.2296.2776.6245.29
HexC11BCC5570141284d2d
Octal30133314512702445011555
Binary11000001110111100110010110101110101001001010001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11BCC; }

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

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

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

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

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

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

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

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