#cb20df

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

Shades of Deep Magenta #CB20DF

Tints of Deep Magenta #CB20DF

Color information

#CB20DF (or 0xCB20DF) is unknown color: approx Deep Magenta. HEX triplet: CB, 20 and DF. RGB value is (203,32,223). Sum of RGB (Red+Green+Blue) = 203+32+223=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20DF is #34DF20. Grayscale: #686868. Windows color (decimal): -3464993 or 14622923. OLE color: 14622923.

HSL color Cylindrical-coordinate representation of color #CB20DF: hue angle of 293.72º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB20DF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20332223-
CMYK0.090.8600.13
HSL293.72º74.9%50%-
HSV(B)293.72º85.65%87.45%-
XYZ38.4619.0671.46-
YUV104.9194.65197.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 32 (12.89% from 255) = 6.99%
BLUE value IS 223 (87.5% from 255) = 48.69%
R=44.32%
G=6.99%
B=48.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203322230.090.8600.13293.7274.950
HexCB20DF9560D1264b32
Octal313403371112601544611362
Binary110010111000001101111110011010110011011001001101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb20df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb20df; }

 p { color: rgb(203,32,223); }

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

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

 a { background-color: rgb(203,32,223); }

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

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

 span { border-color: rgb(203,32,223); }

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