#CB399E

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

Shades of Mulberry #CB399E

Tints of Mulberry #CB399E

Color information

#CB399E (or 0xCB399E) is unknown color: approx Mulberry. HEX triplet: CB, 39 and 9E. RGB value is (203,57,158). Sum of RGB (Red+Green+Blue) = 203+57+158=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB399E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB399E is #34C661. Grayscale: #6F6F6F. Windows color (decimal): -3458658 or 10369483. OLE color: 10369483.

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

Color convert

RGB20357158-
CMYK00.720.220.20
HSL318.49º58.4%50.98%-
HSV(B)318.49º71.92%79.61%-
XYZ32.2618.0934.14-
YUV112.17153.87192.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 57 (22.66% from 255) = 13.64%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=48.56%
G=13.64%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035715800.720.220.20318.4958.450.98
HexCB399E048161413e3a33
Octal31371236011026244767263
Binary1100101111100110011110010010001011010100100111110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB399E; }

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

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

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

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

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

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

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

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