#CB3F9E

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

Shades of Mulberry #CB3F9E

Tints of Mulberry #CB3F9E

Color information

#CB3F9E (or 0xCB3F9E) is unknown color: approx Mulberry. HEX triplet: CB, 3F and 9E. RGB value is (203,63,158). Sum of RGB (Red+Green+Blue) = 203+63+158=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3F9E is #34C061. Grayscale: #737373. Windows color (decimal): -3457122 or 10371019. OLE color: 10371019.

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

Color convert

RGB20363158-
CMYK00.690.220.20
HSL319.29º57.38%52.16%-
HSV(B)319.29º68.97%79.61%-
XYZ32.5818.7234.24-
YUV115.69151.88190.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 63 (25% from 255) = 14.86%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=47.88%
G=14.86%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036315800.690.220.20319.2957.3852.16
HexCB3F9E045161413f3934
Octal31377236010526244777164
Binary1100101111111110011110010001011011010100100111111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3F9E; }

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

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

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

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

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

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

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

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