#CC429A

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

Shades of Mulberry #CC429A

Tints of Mulberry #CC429A

Color information

#CC429A (or 0xCC429A) is unknown color: approx Mulberry. HEX triplet: CC, 42 and 9A. RGB value is (204,66,154). Sum of RGB (Red+Green+Blue) = 204+66+154=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC429A is #33BD65. Grayscale: #757575. Windows color (decimal): -3390822 or 10109644. OLE color: 10109644.

HSL color Cylindrical-coordinate representation of color #CC429A: hue angle of 321.74º 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 #CC429A is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20466154-
CMYK00.680.250.2
HSL321.74º57.5%52.94%-
HSV(B)321.74º67.65%80%-
XYZ32.6819.0732.53-
YUV117.29148.72189.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=48.11%
G=15.57%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046615400.680.250.2321.7457.552.94
HexCC429A04419141423a35
Octal314102232010431245027265
Binary11001100100001010011010010001001100110100101000010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC429A; }

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

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

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

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

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

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

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

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