#C11CB4

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

Shades of Deep Magenta #C11CB4

Tints of Deep Magenta #C11CB4

Color information

#C11CB4 (or 0xC11CB4) is unknown color: approx Deep Magenta. HEX triplet: C1, 1C and B4. RGB value is (193,28,180). Sum of RGB (Red+Green+Blue) = 193+28+180=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C11CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CB4 is #3EE34B. Grayscale: #5E5E5E. Windows color (decimal): -4121420 or 11803841. OLE color: 11803841.

HSL color Cylindrical-coordinate representation of color #C11CB4: hue angle of 304.73º 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 #C11CB4 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19328180-
CMYK00.850.070.24
HSL304.73º74.66%43.33%-
HSV(B)304.73º85.49%75.69%-
XYZ30.6515.4644.55-
YUV94.66176.16198.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 28 (11.33% from 255) = 6.98%
BLUE value IS 180 (70.70% from 255) = 44.89%
R=48.13%
G=6.98%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932818000.850.070.24304.7374.6643.33
HexC11CB40557181314b2b
Octal30134264012573046111353
Binary11000001111001011010001010101111110001001100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11CB4; }

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

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

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

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

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

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

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

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