#CB03E5

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

Shades of Deep Magenta #CB03E5

Tints of Deep Magenta #CB03E5

Color information

#CB03E5 (or 0xCB03E5) is unknown color: approx Deep Magenta. HEX triplet: CB, 03 and E5. RGB value is (203,3,229). Sum of RGB (Red+Green+Blue) = 203+3+229=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB03E5 is #34FC1A. Grayscale: #575757. Windows color (decimal): -3472411 or 15008715. OLE color: 15008715.

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

Color convert

RGB2033229-
CMYK0.110.9900.10
HSL293.1º97.41%45.49%-
HSV(B)293.1º98.69%89.8%-
XYZ38.818.4275.64-
YUV88.56207.26209.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 229 (89.84% from 255) = 52.64%
R=46.67%
G=0.69%
B=52.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal20332290.110.9900.10293.197.4145.49
HexCB3E5B630A125612d
Octal31333451314301244514155
Binary11001011111110010110111100011010101001001011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB03E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB03E5; }

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

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

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

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

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

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

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

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