#CB4D8D

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

Shades of Mulberry #CB4D8D

Tints of Mulberry #CB4D8D

Color information

#CB4D8D (or 0xCB4D8D) is unknown color: approx Mulberry. HEX triplet: CB, 4D and 8D. RGB value is (203,77,141). Sum of RGB (Red+Green+Blue) = 203+77+141=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D8D is #34B272. Grayscale: #797979. Windows color (decimal): -3453555 or 9260491. OLE color: 9260491.

HSL color Cylindrical-coordinate representation of color #CB4D8D: hue angle of 329.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D8D is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB20377141-
CMYK00.620.310.20
HSL329.52º54.78%54.9%-
HSV(B)329.52º62.07%79.61%-
XYZ32.0919.9327.35-
YUV121.97138.74185.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 77 (30.47% from 255) = 18.29%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=48.22%
G=18.29%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037714100.620.310.20329.5254.7854.9
HexCB4D8D03E1F1414a3737
Octal31311521507637245126767
Binary1100101110011011000110101111101111110100101001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D8D; }

 p { color: rgb(203,77,141); }

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

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

 a { background-color: rgb(203,77,141); }

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

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

 span { border-color: rgb(203,77,141); }

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