#C418C0

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

Shades of Deep Magenta #C418C0

Tints of Deep Magenta #C418C0

Color information

#C418C0 (or 0xC418C0) is unknown color: approx Deep Magenta. HEX triplet: C4, 18 and C0. RGB value is (196,24,192). Sum of RGB (Red+Green+Blue) = 196+24+192=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C418C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418C0 is #3BE73F. Grayscale: #5E5E5E. Windows color (decimal): -3925824 or 12589252. OLE color: 12589252.

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

Color convert

RGB19624192-
CMYK00.880.020.23
HSL301.4º78.18%43.14%-
HSV(B)301.4º87.76%76.86%-
XYZ32.6116.1951.28-
YUV94.58182.98200.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 24 (9.77% from 255) = 5.83%
BLUE value IS 192 (75.39% from 255) = 46.60%
R=47.57%
G=5.83%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962419200.880.020.23301.478.1843.14
HexC418C005821712d4e2b
Octal30430300013022745511653
Binary1100010011000110000000101100010101111001011011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C418C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C418C0; }

 p { color: rgb(196,24,192); }

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

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

 a { background-color: rgb(196,24,192); }

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

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

 span { border-color: rgb(196,24,192); }

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