#CB17BE

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

Shades of Deep Magenta #CB17BE

Tints of Deep Magenta #CB17BE

Color information

#CB17BE (or 0xCB17BE) is unknown color: approx Deep Magenta. HEX triplet: CB, 17 and BE. RGB value is (203,23,190). Sum of RGB (Red+Green+Blue) = 203+23+190=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17BE is #34E841. Grayscale: #5F5F5F. Windows color (decimal): -3467330 or 12457931. OLE color: 12457931.

HSL color Cylindrical-coordinate representation of color #CB17BE: hue angle of 304.33º 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 #CB17BE is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB20323190-
CMYK00.890.060.20
HSL304.33º79.65%44.31%-
HSV(B)304.33º88.67%79.61%-
XYZ34.2317.0350.2-
YUV95.86181.13204.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 23 (9.38% from 255) = 5.53%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=48.80%
G=5.53%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032319000.890.060.20304.3379.6544.31
HexCB17BE059614130502c
Octal31327276013162446012054
Binary11001011101111011111001011001110101001001100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB17BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB17BE; }

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

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

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

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

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

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

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

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