#C615D8

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

Shades of Deep Magenta #C615D8

Tints of Deep Magenta #C615D8

Color information

#C615D8 (or 0xC615D8) is unknown color: approx Deep Magenta. HEX triplet: C6, 15 and D8. RGB value is (198,21,216). Sum of RGB (Red+Green+Blue) = 198+21+216=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #C615D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615D8 is #39EA27. Grayscale: #5F5F5F. Windows color (decimal): -3795496 or 14161350. OLE color: 14161350.

HSL color Cylindrical-coordinate representation of color #C615D8: hue angle of 294.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C615D8 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19821216-
CMYK0.080.9000.15
HSL294.46º82.28%46.47%-
HSV(B)294.46º90.28%84.71%-
XYZ35.9517.566.45-
YUV96.15195.64200.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 21 (8.59% from 255) = 4.83%
BLUE value IS 216 (84.77% from 255) = 49.66%
R=45.52%
G=4.83%
B=49.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198212160.080.9000.15294.4682.2846.47
HexC615D885A0F126522e
Octal306253301013201744612256
Binary11000110101011101100010001011010011111001001101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C615D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C615D8; }

 p { color: rgb(198,21,216); }

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

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

 a { background-color: rgb(198,21,216); }

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

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

 span { border-color: rgb(198,21,216); }

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