#CB1CB4

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

Shades of Deep Magenta #CB1CB4

Tints of Deep Magenta #CB1CB4

Color information

#CB1CB4 (or 0xCB1CB4) is unknown color: approx Deep Magenta. HEX triplet: CB, 1C and B4. RGB value is (203,28,180). Sum of RGB (Red+Green+Blue) = 203+28+180=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CB4 is #34E34B. Grayscale: #616161. Windows color (decimal): -3466060 or 11803851. OLE color: 11803851.

HSL color Cylindrical-coordinate representation of color #CB1CB4: hue angle of 307.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1CB4 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB20328180-
CMYK00.860.110.20
HSL307.89º75.76%45.29%-
HSV(B)307.89º86.21%79.61%-
XYZ33.2816.8244.67-
YUV97.65174.48203.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 28 (11.33% from 255) = 6.81%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=49.39%
G=6.81%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032818000.860.110.20307.8975.7645.29
HexCB1CB4056B141344c2d
Octal313342640126132446411455
Binary110010111110010110100010101101011101001001101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1CB4; }

 p { color: rgb(203,28,180); }

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

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

 a { background-color: rgb(203,28,180); }

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

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

 span { border-color: rgb(203,28,180); }

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