#CC429B

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

Shades of Mulberry #CC429B

Tints of Mulberry #CC429B

Color information

#CC429B (or 0xCC429B) is unknown color: approx Mulberry. HEX triplet: CC, 42 and 9B. RGB value is (204,66,155). Sum of RGB (Red+Green+Blue) = 204+66+155=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC429B is #33BD64. Grayscale: #757575. Windows color (decimal): -3390821 or 10175180. OLE color: 10175180.

HSL color Cylindrical-coordinate representation of color #CC429B: hue angle of 321.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC429B is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB20466155-
CMYK00.680.240.2
HSL321.3º57.5%52.94%-
HSV(B)321.3º67.65%80%-
XYZ32.7719.132.97-
YUV117.41149.22189.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 66 (26.17% from 255) = 15.53%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=48%
G=15.53%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046615500.680.240.2321.357.552.94
HexCC429B04418141413a35
Octal314102233010430245017265
Binary11001100100001010011011010001001100010100101000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC429B; }

 p { color: rgb(204,66,155); }

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

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

 a { background-color: rgb(204,66,155); }

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

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

 span { border-color: rgb(204,66,155); }

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