#CB4F8F

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

Shades of Mulberry #CB4F8F

Tints of Mulberry #CB4F8F

Color information

#CB4F8F (or 0xCB4F8F) is unknown color: approx Mulberry. HEX triplet: CB, 4F and 8F. RGB value is (203,79,143). Sum of RGB (Red+Green+Blue) = 203+79+143=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4F8F is #34B070. Grayscale: #7B7B7B. Windows color (decimal): -3453041 or 9392075. OLE color: 9392075.

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

Color convert

RGB20379143-
CMYK00.610.300.20
HSL329.03º54.39%55.29%-
HSV(B)329.03º61.08%79.61%-
XYZ32.3820.2728.19-
YUV123.37139.08184.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=47.76%
G=18.59%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037914300.610.300.20329.0354.3955.29
HexCB4F8F03D1E141493637
Octal31311721707536245116667
Binary1100101110011111000111101111011111010100101001001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4F8F; }

 p { color: rgb(203,79,143); }

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

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

 a { background-color: rgb(203,79,143); }

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

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

 span { border-color: rgb(203,79,143); }

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