#C11FC4

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

Shades of Deep Magenta #C11FC4

Tints of Deep Magenta #C11FC4

Color information

#C11FC4 (or 0xC11FC4) is unknown color: approx Deep Magenta. HEX triplet: C1, 1F and C4. RGB value is (193,31,196). Sum of RGB (Red+Green+Blue) = 193+31+196=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #C11FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FC4 is #3EE03B. Grayscale: #616161. Windows color (decimal): -4120636 or 12853185. OLE color: 12853185.

HSL color Cylindrical-coordinate representation of color #C11FC4: hue angle of 298.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11FC4 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19331196-
CMYK0.020.8400.23
HSL298.91º72.69%44.51%-
HSV(B)298.91º84.18%76.86%-
XYZ32.4516.353.66-
YUV98.25183.17195.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 31 (12.5% from 255) = 7.38%
BLUE value IS 196 (76.95% from 255) = 46.67%
R=45.95%
G=7.38%
B=46.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal193311960.020.8400.23298.9172.6944.51
HexC11FC425401712b492d
Octal30137304212402745311155
Binary1100000111111110001001010101000101111001010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11FC4; }

 p { color: rgb(193,31,196); }

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

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

 a { background-color: rgb(193,31,196); }

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

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

 span { border-color: rgb(193,31,196); }

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