#CB17BD

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

Shades of Deep Magenta #CB17BD

Tints of Deep Magenta #CB17BD

Color information

#CB17BD (or 0xCB17BD) is unknown color: approx Deep Magenta. HEX triplet: CB, 17 and BD. RGB value is (203,23,189). Sum of RGB (Red+Green+Blue) = 203+23+189=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17BD is #34E842. Grayscale: #5F5F5F. Windows color (decimal): -3467331 or 12392395. OLE color: 12392395.

HSL color Cylindrical-coordinate representation of color #CB17BD: hue angle of 304.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB17BD is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB20323189-
CMYK00.890.070.20
HSL304.67º79.65%44.31%-
HSV(B)304.67º88.67%79.61%-
XYZ34.1216.9849.62-
YUV95.74180.63204.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 23 (9.38% from 255) = 5.54%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=48.92%
G=5.54%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032318900.890.070.20304.6779.6544.31
HexCB17BD059714131502c
Octal31327275013172446112054
Binary11001011101111011110101011001111101001001100011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB17BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB17BD; }

 p { color: rgb(203,23,189); }

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

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

 a { background-color: rgb(203,23,189); }

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

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

 span { border-color: rgb(203,23,189); }

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