#CC458B

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

Shades of Mulberry #CC458B

Tints of Mulberry #CC458B

Color information

#CC458B (or 0xCC458B) is unknown color: approx Mulberry. HEX triplet: CC, 45 and 8B. RGB value is (204,69,139). Sum of RGB (Red+Green+Blue) = 204+69+139=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC458B is #33BA74. Grayscale: #757575. Windows color (decimal): -3390069 or 9127372. OLE color: 9127372.

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

Color convert

RGB20469139-
CMYK00.660.320.2
HSL328.89º56.96%53.53%-
HSV(B)328.89º66.18%80%-
XYZ31.6918.9626.42-
YUV117.34140.23189.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=49.51%
G=16.75%
B=33.74%

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
Decimal2046913900.660.320.2328.8956.9653.53
HexCC458B04220141493936
Octal314105213010240245117166
Binary110011001000101100010110100001010000010100101001001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC458B; }

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

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

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

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

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

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

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

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