#CB19DC

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

Shades of Deep Magenta #CB19DC

Tints of Deep Magenta #CB19DC

Color information

#CB19DC (or 0xCB19DC) is unknown color: approx Deep Magenta. HEX triplet: CB, 19 and DC. RGB value is (203,25,220). Sum of RGB (Red+Green+Blue) = 203+25+220=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19DC is #34E623. Grayscale: #636363. Windows color (decimal): -3466788 or 14424523. OLE color: 14424523.

HSL color Cylindrical-coordinate representation of color #CB19DC: hue angle of 294.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB19DC is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20325220-
CMYK0.080.8900.14
HSL294.77º79.59%48.04%-
HSV(B)294.77º88.64%86.27%-
XYZ37.8918.5669.3-
YUV100.45195.47201.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 25 (10.16% from 255) = 5.58%
BLUE value IS 220 (86.33% from 255) = 49.11%
R=45.31%
G=5.58%
B=49.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203252200.080.8900.14294.7779.5948.04
HexCB19DC8590E1275030
Octal313313341013101644712060
Binary11001011110011101110010001011001011101001001111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB19DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB19DC; }

 p { color: rgb(203,25,220); }

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

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

 a { background-color: rgb(203,25,220); }

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

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

 span { border-color: rgb(203,25,220); }

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