#CB00DD

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

Shades of Deep Magenta #CB00DD

Tints of Deep Magenta #CB00DD

Color information

#CB00DD (or 0xCB00DD) is unknown color: approx Deep Magenta. HEX triplet: CB, 00 and DD. RGB value is (203,0,221). Sum of RGB (Red+Green+Blue) = 203+0+221=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00DD is #34FF22. Grayscale: #555555. Windows color (decimal): -3473187 or 14483659. OLE color: 14483659.

HSL color Cylindrical-coordinate representation of color #CB00DD: hue angle of 295.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00DD is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2030221-
CMYK0.08100.13
HSL295.11º100%43.33%-
HSV(B)295.11º100%86.67%-
XYZ37.6817.9269.88-
YUV85.89204.25211.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 52.12%
R=47.88%
G=0%
B=52.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20302210.08100.13295.1110043.33
HexCB0DD8640D127642b
Octal31303351014401544714453
Binary1100101101101110110001100100011011001001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB00DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB00DD; }

 p { color: rgb(203,0,221); }

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

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

 a { background-color: rgb(203,0,221); }

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

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

 span { border-color: rgb(203,0,221); }

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