#c11bcb

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

Shades of Deep Magenta #C11BCB

Tints of Deep Magenta #C11BCB

Color information

#C11BCB (or 0xC11BCB) is unknown color: approx Deep Magenta. HEX triplet: C1, 1B and CB. RGB value is (193,27,203). Sum of RGB (Red+Green+Blue) = 193+27+203=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #C11BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BCB is #3EE434. Grayscale: #606060. Windows color (decimal): -4121653 or 13310913. OLE color: 13310913.

HSL color Cylindrical-coordinate representation of color #C11BCB: hue angle of 296.59º 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 #C11BCB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19327203-
CMYK0.050.8700.20
HSL296.59º76.52%45.1%-
HSV(B)296.59º86.7%79.61%-
XYZ33.1616.4357.92-
YUV96.7188196.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 27 (10.94% from 255) = 6.38%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=45.63%
G=6.38%
B=47.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193272030.050.8700.20296.5976.5245.1
HexC11BCB5570141294d2d
Octal30133313512702445111555
Binary11000001110111100101110110101110101001001010011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11bcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11bcb; }

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

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

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

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

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

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

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

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