#CB11BE

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

Shades of Deep Magenta #CB11BE

Tints of Deep Magenta #CB11BE

Color information

#CB11BE (or 0xCB11BE) is unknown color: approx Deep Magenta. HEX triplet: CB, 11 and BE. RGB value is (203,17,190). Sum of RGB (Red+Green+Blue) = 203+17+190=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11BE is #34EE41. Grayscale: #5B5B5B. Windows color (decimal): -3468866 or 12456395. OLE color: 12456395.

HSL color Cylindrical-coordinate representation of color #CB11BE: hue angle of 304.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB11BE is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB20317190-
CMYK00.920.060.20
HSL304.19º84.55%43.14%-
HSV(B)304.19º91.63%79.61%-
XYZ34.1216.8250.16-
YUV92.34183.12206.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 17 (7.03% from 255) = 4.15%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=49.51%
G=4.15%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031719000.920.060.20304.1984.5543.14
HexCB11BE05C614130552b
Octal31321276013462446012553
Binary11001011100011011111001011100110101001001100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB11BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB11BE; }

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

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

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

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

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

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

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

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