#C418C5

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

Shades of Deep Magenta #C418C5

Tints of Deep Magenta #C418C5

Color information

#C418C5 (or 0xC418C5) is unknown color: approx Deep Magenta. HEX triplet: C4, 18 and C5. RGB value is (196,24,197). Sum of RGB (Red+Green+Blue) = 196+24+197=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #C418C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418C5 is #3BE73A. Grayscale: #5E5E5E. Windows color (decimal): -3925819 or 12916932. OLE color: 12916932.

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

Color convert

RGB19624197-
CMYK0.010.8800.23
HSL299.65º78.28%43.33%-
HSV(B)299.65º87.82%77.25%-
XYZ33.1716.4254.24-
YUV95.15185.48199.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 24 (9.77% from 255) = 5.76%
BLUE value IS 197 (77.34% from 255) = 47.24%
R=47.00%
G=5.76%
B=47.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196241970.010.8800.23299.6578.2843.33
HexC418C515801712c4e2b
Octal30430305113002745411653
Binary110001001100011000101110110000101111001011001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C418C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C418C5; }

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

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

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

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

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

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

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

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