#CB28CC

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

Shades of Deep Magenta #CB28CC

Tints of Deep Magenta #CB28CC

Color information

#CB28CC (or 0xCB28CC) is unknown color: approx Deep Magenta. HEX triplet: CB, 28 and CC. RGB value is (203,40,204). Sum of RGB (Red+Green+Blue) = 203+40+204=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28CC is #34D733. Grayscale: #6A6A6A. Windows color (decimal): -3462964 or 13379787. OLE color: 13379787.

HSL color Cylindrical-coordinate representation of color #CB28CC: hue angle of 299.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB28CC is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20340204-
CMYK0.000.8000.2
HSL299.63º67.21%47.84%-
HSV(B)299.63º80.39%80%-
XYZ36.2918.5758.8-
YUV107.43182.5196.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 40 (16.02% from 255) = 8.95%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=45.41%
G=8.95%
B=45.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203402040.000.8000.2299.6367.2147.84
HexCB28CC05001412c4330
Octal31350314012002445410360
Binary1100101110100011001100010100000101001001011001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB28CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB28CC; }

 p { color: rgb(203,40,204); }

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

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

 a { background-color: rgb(203,40,204); }

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

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

 span { border-color: rgb(203,40,204); }

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