#CC458A

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

Shades of Mulberry #CC458A

Tints of Mulberry #CC458A

Color information

#CC458A (or 0xCC458A) is unknown color: approx Mulberry. HEX triplet: CC, 45 and 8A. RGB value is (204,69,138). Sum of RGB (Red+Green+Blue) = 204+69+138=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC458A is #33BA75. Grayscale: #757575. Windows color (decimal): -3390070 or 9061836. OLE color: 9061836.

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

Color convert

RGB20469138-
CMYK00.660.320.2
HSL329.33º56.96%53.53%-
HSV(B)329.33º66.18%80%-
XYZ31.6218.9326.03-
YUV117.23139.73189.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=49.64%
G=16.79%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046913800.660.320.2329.3356.9653.53
HexCC458A04220141493936
Octal314105212010240245117166
Binary110011001000101100010100100001010000010100101001001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC458A; }

 p { color: rgb(204,69,138); }

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

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

 a { background-color: rgb(204,69,138); }

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

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

 span { border-color: rgb(204,69,138); }

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