#C611DD

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

Shades of Deep Magenta #C611DD

Tints of Deep Magenta #C611DD

Color information

#C611DD (or 0xC611DD) is unknown color: approx Deep Magenta. HEX triplet: C6, 11 and DD. RGB value is (198,17,221). Sum of RGB (Red+Green+Blue) = 198+17+221=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #C611DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611DD is #39EE22. Grayscale: #5D5D5D. Windows color (decimal): -3796515 or 14488006. OLE color: 14488006.

HSL color Cylindrical-coordinate representation of color #C611DD: hue angle of 293.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C611DD is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19817221-
CMYK0.100.9200.13
HSL293.24º85.71%46.67%-
HSV(B)293.24º92.31%86.67%-
XYZ36.5417.6369.88-
YUV94.38199.47201.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 17 (7.03% from 255) = 3.90%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=45.41%
G=3.90%
B=50.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198172210.100.9200.13293.2485.7146.67
HexC611DDA5C0D125562f
Octal306213351213401544512657
Binary11000110100011101110110101011100011011001001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C611DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C611DD; }

 p { color: rgb(198,17,221); }

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

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

 a { background-color: rgb(198,17,221); }

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

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

 span { border-color: rgb(198,17,221); }

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