#cc3b9d

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

Shades of Mulberry #CC3B9D

Tints of Mulberry #CC3B9D

Color information

#CC3B9D (or 0xCC3B9D) is unknown color: approx Mulberry. HEX triplet: CC, 3B and 9D. RGB value is (204,59,157). Sum of RGB (Red+Green+Blue) = 204+59+157=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3B9D is #33C462. Grayscale: #717171. Windows color (decimal): -3392611 or 10304460. OLE color: 10304460.

HSL color Cylindrical-coordinate representation of color #CC3B9D: hue angle of 319.45º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3B9D is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB20459157-
CMYK00.710.230.2
HSL319.45º58.7%51.57%-
HSV(B)319.45º71.08%80%-
XYZ32.5518.433.73-
YUV113.53152.54192.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 59 (23.44% from 255) = 14.05%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=48.57%
G=14.05%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045915700.710.230.2319.4558.751.57
HexCC3B9D047171413f3b34
Octal31473235010727244777364
Binary1100110011101110011101010001111011110100100111111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc3b9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc3b9d; }

 p { color: rgb(204,59,157); }

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

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

 a { background-color: rgb(204,59,157); }

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

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

 span { border-color: rgb(204,59,157); }

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