#CB20E5

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

Shades of Deep Magenta #CB20E5

Tints of Deep Magenta #CB20E5

Color information

#CB20E5 (or 0xCB20E5) is unknown color: approx Deep Magenta. HEX triplet: CB, 20 and E5. RGB value is (203,32,229). Sum of RGB (Red+Green+Blue) = 203+32+229=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB20E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20E5 is #34DF1A. Grayscale: #686868. Windows color (decimal): -3464987 or 15016139. OLE color: 15016139.

HSL color Cylindrical-coordinate representation of color #CB20E5: hue angle of 292.08º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB20E5 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20332229-
CMYK0.110.8600.10
HSL292.08º79.12%51.18%-
HSV(B)292.08º86.03%89.8%-
XYZ39.2919.3975.8-
YUV105.59197.65197.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 32 (12.89% from 255) = 6.90%
BLUE value IS 229 (89.84% from 255) = 49.35%
R=43.75%
G=6.90%
B=49.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203322290.110.8600.10292.0879.1251.18
HexCB20E5B560A1244f33
Octal313403451312601244411763
Binary110010111000001110010110111010110010101001001001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB20E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB20E5; }

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

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

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

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

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

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

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

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