#C611BE

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

Shades of Deep Magenta #C611BE

Tints of Deep Magenta #C611BE

Color information

#C611BE (or 0xC611BE) is unknown color: approx Deep Magenta. HEX triplet: C6, 11 and BE. RGB value is (198,17,190). Sum of RGB (Red+Green+Blue) = 198+17+190=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C611BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611BE is #39EE41. Grayscale: #5A5A5A. Windows color (decimal): -3796546 or 12456390. OLE color: 12456390.

HSL color Cylindrical-coordinate representation of color #C611BE: hue angle of 302.65º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C611BE is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19817190-
CMYK00.910.040.22
HSL302.65º84.19%42.16%-
HSV(B)302.65º91.41%77.65%-
XYZ32.7816.1250.1-
YUV90.84183.97204.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 17 (7.03% from 255) = 4.20%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=48.89%
G=4.20%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981719000.910.040.22302.6584.1942.16
HexC611BE05B41612f542a
Octal30621276013342645712452
Binary11000110100011011111001011011100101101001011111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C611BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C611BE; }

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

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

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

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

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

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

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

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