#CB06AE

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

Shades of Deep Magenta #CB06AE

Tints of Deep Magenta #CB06AE

Color information

#CB06AE (or 0xCB06AE) is unknown color: approx Deep Magenta. HEX triplet: CB, 06 and AE. RGB value is (203,6,174). Sum of RGB (Red+Green+Blue) = 203+6+174=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB06AE is #34F951. Grayscale: #535353. Windows color (decimal): -3471698 or 11405003. OLE color: 11405003.

HSL color Cylindrical-coordinate representation of color #CB06AE: hue angle of 308.83º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06AE is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB2036174-
CMYK00.970.140.20
HSL308.83º94.26%40.98%-
HSV(B)308.83º97.04%79.61%-
XYZ32.3315.8841.41-
YUV84.06178.77212.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.00%
GREEN value IS 6 (2.73% from 255) = 1.57%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=53.00%
G=1.57%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203617400.970.140.20308.8394.2640.98
HexCB6AE061E141355e29
Octal31362560141162446513651
Binary1100101111010101110011000011110101001001101011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB06AE; }

 p { color: rgb(203,6,174); }

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

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

 a { background-color: rgb(203,6,174); }

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

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

 span { border-color: rgb(203,6,174); }

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