#CB21DB

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

Shades of Deep Magenta #CB21DB

Tints of Deep Magenta #CB21DB

Color information

#CB21DB (or 0xCB21DB) is unknown color: approx Deep Magenta. HEX triplet: CB, 21 and DB. RGB value is (203,33,219). Sum of RGB (Red+Green+Blue) = 203+33+219=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21DB is #34DE24. Grayscale: #686868. Windows color (decimal): -3464741 or 14361035. OLE color: 14361035.

HSL color Cylindrical-coordinate representation of color #CB21DB: hue angle of 294.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB21DB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20333219-
CMYK0.070.8500.14
HSL294.84º73.81%49.41%-
HSV(B)294.84º84.93%85.88%-
XYZ37.9618.968.67-
YUV105.03192.32197.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 33 (13.28% from 255) = 7.25%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=44.62%
G=7.25%
B=48.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203332190.070.8500.14294.8473.8149.41
HexCB21DB7550E1274a31
Octal31341333712501644711261
Binary11001011100001110110111111010101011101001001111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB21DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB21DB; }

 p { color: rgb(203,33,219); }

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

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

 a { background-color: rgb(203,33,219); }

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

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

 span { border-color: rgb(203,33,219); }

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