#C11CB8

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

Shades of Deep Magenta #C11CB8

Tints of Deep Magenta #C11CB8

Color information

#C11CB8 (or 0xC11CB8) is unknown color: approx Deep Magenta. HEX triplet: C1, 1C and B8. RGB value is (193,28,184). Sum of RGB (Red+Green+Blue) = 193+28+184=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C11CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CB8 is #3EE347. Grayscale: #5E5E5E. Windows color (decimal): -4121416 or 12065985. OLE color: 12065985.

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

Color convert

RGB19328184-
CMYK00.850.050.24
HSL303.27º74.66%43.33%-
HSV(B)303.27º85.49%75.69%-
XYZ31.0615.6346.73-
YUV95.12178.16197.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 28 (11.33% from 255) = 6.91%
BLUE value IS 184 (72.27% from 255) = 45.43%
R=47.65%
G=6.91%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932818400.850.050.24303.2774.6643.33
HexC11CB805551812f4b2b
Octal30134270012553045711353
Binary11000001111001011100001010101101110001001011111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11CB8; }

 p { color: rgb(193,28,184); }

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

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

 a { background-color: rgb(193,28,184); }

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

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

 span { border-color: rgb(193,28,184); }

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