#CB26D8

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

Shades of Deep Magenta #CB26D8

Tints of Deep Magenta #CB26D8

Color information

#CB26D8 (or 0xCB26D8) is unknown color: approx Deep Magenta. HEX triplet: CB, 26 and D8. RGB value is (203,38,216). Sum of RGB (Red+Green+Blue) = 203+38+216=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB26D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB26D8 is #34D927. Grayscale: #6B6B6B. Windows color (decimal): -3463464 or 14165707. OLE color: 14165707.

HSL color Cylindrical-coordinate representation of color #CB26D8: hue angle of 295.62º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB26D8 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20338216-
CMYK0.060.8200.15
HSL295.62º70.08%49.8%-
HSV(B)295.62º82.41%84.71%-
XYZ37.7219.0466.65-
YUV107.63189.16196.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 38 (15.23% from 255) = 8.32%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=44.42%
G=8.32%
B=47.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203382160.060.8200.15295.6270.0849.8
HexCB26D86520F1284632
Octal31346330612201745010662
Binary11001011100110110110001101010010011111001010001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB26D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB26D8; }

 p { color: rgb(203,38,216); }

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

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

 a { background-color: rgb(203,38,216); }

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

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

 span { border-color: rgb(203,38,216); }

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