#CB509E

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

Shades of Mulberry #CB509E

Tints of Mulberry #CB509E

Color information

#CB509E (or 0xCB509E) is unknown color: approx Mulberry. HEX triplet: CB, 50 and 9E. RGB value is (203,80,158). Sum of RGB (Red+Green+Blue) = 203+80+158=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB509E is #34AF61. Grayscale: #7D7D7D. Windows color (decimal): -3452770 or 10375371. OLE color: 10375371.

HSL color Cylindrical-coordinate representation of color #CB509E: hue angle of 321.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB509E is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB20380158-
CMYK00.610.220.20
HSL321.95º54.19%55.49%-
HSV(B)321.95º60.59%79.61%-
XYZ33.6720.934.61-
YUV125.67146.25183.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=46.03%
G=18.14%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038015800.610.220.20321.9554.1955.49
HexCB509E03D16141423637
Octal31312023607526245026667
Binary1100101110100001001111001111011011010100101000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB509E; }

 p { color: rgb(203,80,158); }

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

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

 a { background-color: rgb(203,80,158); }

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

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

 span { border-color: rgb(203,80,158); }

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