#CB46A1

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

Shades of Mulberry #CB46A1

Tints of Mulberry #CB46A1

Color information

#CB46A1 (or 0xCB46A1) is unknown color: approx Mulberry. HEX triplet: CB, 46 and A1. RGB value is (203,70,161). Sum of RGB (Red+Green+Blue) = 203+70+161=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB46A1 is #34B95E. Grayscale: #777777. Windows color (decimal): -3455327 or 10569419. OLE color: 10569419.

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

Color convert

RGB20370161-
CMYK00.660.210.20
HSL318.95º56.12%53.53%-
HSV(B)318.95º65.52%79.61%-
XYZ33.2519.6535.76-
YUV120.14151.06187.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 70 (27.73% from 255) = 16.13%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=46.77%
G=16.13%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037016100.660.210.20318.9556.1253.53
HexCB46A1042151413f3836
Octal313106241010225244777066
Binary11001011100011010100001010000101010110100100111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB46A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB46A1; }

 p { color: rgb(203,70,161); }

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

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

 a { background-color: rgb(203,70,161); }

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

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

 span { border-color: rgb(203,70,161); }

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