#CC3DA8

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

Shades of Mulberry #CC3DA8

Tints of Mulberry #CC3DA8

Color information

#CC3DA8 (or 0xCC3DA8) is unknown color: approx Mulberry. HEX triplet: CC, 3D and A8. RGB value is (204,61,168). Sum of RGB (Red+Green+Blue) = 204+61+168=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3DA8 is #33C257. Grayscale: #737373. Windows color (decimal): -3392088 or 11025868. OLE color: 11025868.

HSL color Cylindrical-coordinate representation of color #CC3DA8: hue angle of 315.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3DA8 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB20461168-
CMYK00.700.180.2
HSL315.1º58.37%51.96%-
HSV(B)315.1º70.1%80%-
XYZ33.641938.94-
YUV115.96157.38190.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 61 (24.22% from 255) = 14.09%
BLUE value IS 168 (66.02% from 255) = 38.80%
R=47.11%
G=14.09%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046116800.700.180.2315.158.3751.96
HexCC3DA8046121413b3a34
Octal31475250010622244737264
Binary1100110011110110101000010001101001010100100111011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3DA8; }

 p { color: rgb(204,61,168); }

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

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

 a { background-color: rgb(204,61,168); }

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

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

 span { border-color: rgb(204,61,168); }

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