#CB1DD9

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

Shades of Deep Magenta #CB1DD9

Tints of Deep Magenta #CB1DD9

Color information

#CB1DD9 (or 0xCB1DD9) is unknown color: approx Deep Magenta. HEX triplet: CB, 1D and D9. RGB value is (203,29,217). Sum of RGB (Red+Green+Blue) = 203+29+217=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB1DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DD9 is #34E226. Grayscale: #656565. Windows color (decimal): -3465767 or 14228939. OLE color: 14228939.

HSL color Cylindrical-coordinate representation of color #CB1DD9: hue angle of 295.53º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1DD9 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20329217-
CMYK0.060.8700.15
HSL295.53º76.42%48.24%-
HSV(B)295.53º86.64%85.1%-
XYZ37.5918.5867.25-
YUV102.46192.65199.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 29 (11.72% from 255) = 6.46%
BLUE value IS 217 (85.16% from 255) = 48.33%
R=45.21%
G=6.46%
B=48.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203292170.060.8700.15295.5376.4248.24
HexCB1DD96570F1284c30
Octal31335331612701745011460
Binary1100101111101110110011101010111011111001010001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1DD9; }

 p { color: rgb(203,29,217); }

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

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

 a { background-color: rgb(203,29,217); }

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

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

 span { border-color: rgb(203,29,217); }

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