#C811C4

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

Shades of Deep Magenta #C811C4

Tints of Deep Magenta #C811C4

Color information

#C811C4 (or 0xC811C4) is unknown color: approx Deep Magenta. HEX triplet: C8, 11 and C4. RGB value is (200,17,196). Sum of RGB (Red+Green+Blue) = 200+17+196=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C811C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811C4 is #37EE3B. Grayscale: #5B5B5B. Windows color (decimal): -3665468 or 12849608. OLE color: 12849608.

HSL color Cylindrical-coordinate representation of color #C811C4: hue angle of 301.31º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C811C4 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB20017196-
CMYK00.920.020.22
HSL301.31º84.33%42.55%-
HSV(B)301.31º91.5%78.43%-
XYZ33.9816.6753.65-
YUV92.12186.63204.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 17 (7.03% from 255) = 4.12%
BLUE value IS 196 (76.95% from 255) = 47.46%
R=48.43%
G=4.12%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001719600.920.020.22301.3184.3342.55
HexC811C405C21612d542b
Octal31021304013422645512453
Binary1100100010001110001000101110010101101001011011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C811C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C811C4; }

 p { color: rgb(200,17,196); }

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

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

 a { background-color: rgb(200,17,196); }

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

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

 span { border-color: rgb(200,17,196); }

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