#CB3FA6

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

Shades of Mulberry #CB3FA6

Tints of Mulberry #CB3FA6

Color information

#CB3FA6 (or 0xCB3FA6) is unknown color: approx Mulberry. HEX triplet: CB, 3F and A6. RGB value is (203,63,166). Sum of RGB (Red+Green+Blue) = 203+63+166=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3FA6 is #34C059. Grayscale: #747474. Windows color (decimal): -3457114 or 10895307. OLE color: 10895307.

HSL color Cylindrical-coordinate representation of color #CB3FA6: hue angle of 315.86º 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 #CB3FA6 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB20363166-
CMYK00.690.180.20
HSL315.86º57.38%52.16%-
HSV(B)315.86º68.97%79.61%-
XYZ33.291937.99-
YUV116.6155.88189.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 63 (25% from 255) = 14.58%
BLUE value IS 166 (65.23% from 255) = 38.43%
R=46.99%
G=14.58%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036316600.690.180.20315.8657.3852.16
HexCB3FA6045121413c3934
Octal31377246010522244747164
Binary1100101111111110100110010001011001010100100111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3FA6; }

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

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

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

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

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

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

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

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