#CB26D5

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

Shades of Deep Magenta #CB26D5

Tints of Deep Magenta #CB26D5

Color information

#CB26D5 (or 0xCB26D5) is unknown color: approx Deep Magenta. HEX triplet: CB, 26 and D5. RGB value is (203,38,213). Sum of RGB (Red+Green+Blue) = 203+38+213=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB26D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB26D5 is #34D92A. Grayscale: #6A6A6A. Windows color (decimal): -3463467 or 13969099. OLE color: 13969099.

HSL color Cylindrical-coordinate representation of color #CB26D5: hue angle of 296.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB26D5 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20338213-
CMYK0.050.8200.16
HSL296.57º69.72%49.22%-
HSV(B)296.57º82.16%83.53%-
XYZ37.3318.8964.63-
YUV107.28187.66196.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 38 (15.23% from 255) = 8.37%
BLUE value IS 213 (83.59% from 255) = 46.92%
R=44.71%
G=8.37%
B=46.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203382130.050.8200.16296.5769.7249.22
HexCB26D55520101294631
Octal31346325512202045110661
Binary110010111001101101010110110100100100001001010011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB26D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB26D5; }

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

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

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

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

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

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

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

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