#C418BE

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

Shades of Deep Magenta #C418BE

Tints of Deep Magenta #C418BE

Color information

#C418BE (or 0xC418BE) is unknown color: approx Deep Magenta. HEX triplet: C4, 18 and BE. RGB value is (196,24,190). Sum of RGB (Red+Green+Blue) = 196+24+190=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C418BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418BE is #3BE741. Grayscale: #5D5D5D. Windows color (decimal): -3925826 or 12458180. OLE color: 12458180.

HSL color Cylindrical-coordinate representation of color #C418BE: hue angle of 302.09º 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 #C418BE is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19624190-
CMYK00.880.030.23
HSL302.09º78.18%43.14%-
HSV(B)302.09º87.76%76.86%-
XYZ32.3916.1150.12-
YUV94.35181.98200.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.80%
GREEN value IS 24 (9.77% from 255) = 5.85%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=47.80%
G=5.85%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962419000.880.030.23302.0978.1843.14
HexC418BE05831712e4e2b
Octal30430276013032745611653
Binary1100010011000101111100101100011101111001011101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C418BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C418BE; }

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

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

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

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

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

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

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

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