#CB40A7

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

Shades of Mulberry #CB40A7

Tints of Mulberry #CB40A7

Color information

#CB40A7 (or 0xCB40A7) is unknown color: approx Mulberry. HEX triplet: CB, 40 and A7. RGB value is (203,64,167). Sum of RGB (Red+Green+Blue) = 203+64+167=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40A7 is #34BF58. Grayscale: #757575. Windows color (decimal): -3456857 or 10961099. OLE color: 10961099.

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

Color convert

RGB20364167-
CMYK00.680.180.20
HSL315.54º57.2%52.35%-
HSV(B)315.54º68.47%79.61%-
XYZ33.4419.1538.49-
YUV117.3156.05189.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 64 (25.39% from 255) = 14.75%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=46.77%
G=14.75%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036416700.680.180.20315.5457.252.35
HexCB40A7044121413c3934
Octal313100247010422244747164
Binary11001011100000010100111010001001001010100100111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40A7; }

 p { color: rgb(203,64,167); }

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

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

 a { background-color: rgb(203,64,167); }

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

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

 span { border-color: rgb(203,64,167); }

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