#CC399D

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

Shades of Mulberry #CC399D

Tints of Mulberry #CC399D

Color information

#CC399D (or 0xCC399D) is unknown color: approx Mulberry. HEX triplet: CC, 39 and 9D. RGB value is (204,57,157). Sum of RGB (Red+Green+Blue) = 204+57+157=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC399D is #33C662. Grayscale: #707070. Windows color (decimal): -3393123 or 10303948. OLE color: 10303948.

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

Color convert

RGB20457157-
CMYK00.720.230.2
HSL319.18º59.04%51.18%-
HSV(B)319.18º72.06%80%-
XYZ32.4518.233.7-
YUV112.35153.2193.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 57 (22.66% from 255) = 13.64%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=48.80%
G=13.64%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045715700.720.230.2319.1859.0451.18
HexCC399D048171413f3b33
Octal31471235011027244777363
Binary1100110011100110011101010010001011110100100111111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC399D; }

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

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

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

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

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

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

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

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