#C408C1

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

Shades of Deep Magenta #C408C1

Tints of Deep Magenta #C408C1

Color information

#C408C1 (or 0xC408C1) is unknown color: approx Deep Magenta. HEX triplet: C4, 08 and C1. RGB value is (196,8,193). Sum of RGB (Red+Green+Blue) = 196+8+193=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C408C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408C1 is #3BF73E. Grayscale: #545454. Windows color (decimal): -3929919 or 12650692. OLE color: 12650692.

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

Color convert

RGB1968193-
CMYK00.960.020.23
HSL300.96º92.16%40%-
HSV(B)300.96º95.92%76.86%-
XYZ32.4815.7651.78-
YUV85.3188.78206.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 8 (3.52% from 255) = 2.02%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=49.37%
G=2.02%
B=48.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196819300.960.020.23300.9692.1640
HexC48C106021712d5c28
Octal30410301014022745513450
Binary110001001000110000010110000010101111001011011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C408C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C408C1; }

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

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

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

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

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

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

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

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