#C11BDC

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

Shades of Deep Magenta #C11BDC

Tints of Deep Magenta #C11BDC

Color information

#C11BDC (or 0xC11BDC) is unknown color: approx Deep Magenta. HEX triplet: C1, 1B and DC. RGB value is (193,27,220). Sum of RGB (Red+Green+Blue) = 193+27+220=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #C11BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BDC is #3EE423. Grayscale: #626262. Windows color (decimal): -4121636 or 14425025. OLE color: 14425025.

HSL color Cylindrical-coordinate representation of color #C11BDC: hue angle of 291.61º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11BDC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19327220-
CMYK0.120.8800.14
HSL291.61º78.14%48.43%-
HSV(B)291.61º87.73%86.27%-
XYZ35.317.2969.19-
YUV98.64196.5195.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 27 (10.94% from 255) = 6.14%
BLUE value IS 220 (86.33% from 255) = 50%
R=43.86%
G=6.14%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193272200.120.8800.14291.6178.1448.43
HexC11BDCC580E1244e30
Octal301333341413001644411660
Binary11000001110111101110011001011000011101001001001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11BDC; }

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

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

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

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

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

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

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

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