#C11CCE

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

Shades of Deep Magenta #C11CCE

Tints of Deep Magenta #C11CCE

Color information

#C11CCE (or 0xC11CCE) is unknown color: approx Deep Magenta. HEX triplet: C1, 1C and CE. RGB value is (193,28,206). Sum of RGB (Red+Green+Blue) = 193+28+206=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #C11CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CCE is #3EE331. Grayscale: #616161. Windows color (decimal): -4121394 or 13507777. OLE color: 13507777.

HSL color Cylindrical-coordinate representation of color #C11CCE: hue angle of 295.62º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11CCE is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19328206-
CMYK0.060.8600.19
HSL295.62º76.07%45.88%-
HSV(B)295.62º86.41%80.78%-
XYZ33.5516.6259.83-
YUV97.63189.16196.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 28 (11.33% from 255) = 6.56%
BLUE value IS 206 (80.86% from 255) = 48.24%
R=45.20%
G=6.56%
B=48.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193282060.060.8600.19295.6276.0745.88
HexC11CCE6560131284c2e
Octal30134316612602345011456
Binary11000001111001100111011010101100100111001010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11CCE; }

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

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

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

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

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

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

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

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