#CB409C

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

Shades of Mulberry #CB409C

Tints of Mulberry #CB409C

Color information

#CB409C (or 0xCB409C) is unknown color: approx Mulberry. HEX triplet: CB, 40 and 9C. RGB value is (203,64,156). Sum of RGB (Red+Green+Blue) = 203+64+156=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB409C is #34BF63. Grayscale: #737373. Windows color (decimal): -3456868 or 10240203. OLE color: 10240203.

HSL color Cylindrical-coordinate representation of color #CB409C: hue angle of 320.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB409C is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB20364156-
CMYK00.680.230.20
HSL320.29º57.2%52.35%-
HSV(B)320.29º68.47%79.61%-
XYZ32.4618.7633.36-
YUV116.05150.55190.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=47.99%
G=15.13%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036415600.680.230.20320.2957.252.35
HexCB409C04417141403934
Octal313100234010427245007164
Binary11001011100000010011100010001001011110100101000000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB409C; }

 p { color: rgb(203,64,156); }

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

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

 a { background-color: rgb(203,64,156); }

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

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

 span { border-color: rgb(203,64,156); }

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