#CB18B8

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

Shades of Deep Magenta #CB18B8

Tints of Deep Magenta #CB18B8

Color information

#CB18B8 (or 0xCB18B8) is unknown color: approx Deep Magenta. HEX triplet: CB, 18 and B8. RGB value is (203,24,184). Sum of RGB (Red+Green+Blue) = 203+24+184=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB18B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18B8 is #34E747. Grayscale: #5F5F5F. Windows color (decimal): -3467080 or 12064971. OLE color: 12064971.

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

Color convert

RGB20324184-
CMYK00.880.090.20
HSL306.37º78.85%44.51%-
HSV(B)306.37º88.18%79.61%-
XYZ33.6116.8146.82-
YUV95.76177.8204.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 24 (9.77% from 255) = 5.84%
BLUE value IS 184 (72.27% from 255) = 44.77%
R=49.39%
G=5.84%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032418400.880.090.20306.3778.8544.51
HexCB18B80589141324f2d
Octal313302700130112446211755
Binary110010111100010111000010110001001101001001100101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB18B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB18B8; }

 p { color: rgb(203,24,184); }

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

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

 a { background-color: rgb(203,24,184); }

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

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

 span { border-color: rgb(203,24,184); }

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