#CB21E1

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

Shades of Deep Magenta #CB21E1

Tints of Deep Magenta #CB21E1

Color information

#CB21E1 (or 0xCB21E1) is unknown color: approx Deep Magenta. HEX triplet: CB, 21 and E1. RGB value is (203,33,225). Sum of RGB (Red+Green+Blue) = 203+33+225=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB21E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21E1 is #34DE1E. Grayscale: #696969. Windows color (decimal): -3464735 or 14754251. OLE color: 14754251.

HSL color Cylindrical-coordinate representation of color #CB21E1: hue angle of 293.12º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB21E1 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20333225-
CMYK0.100.8500.12
HSL293.12º76.19%50.59%-
HSV(B)293.12º85.33%88.24%-
XYZ38.7619.2272.9-
YUV105.72195.32197.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 33 (13.28% from 255) = 7.16%
BLUE value IS 225 (88.28% from 255) = 48.81%
R=44.03%
G=7.16%
B=48.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203332250.100.8500.12293.1276.1950.59
HexCB21E1A550C1254c33
Octal313413411212501444511463
Binary110010111000011110000110101010101011001001001011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB21E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB21E1; }

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

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

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

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

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

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

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

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