#CC457E

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

Shades of Mulberry #CC457E

Tints of Mulberry #CC457E

Color information

#CC457E (or 0xCC457E) is unknown color: approx Mulberry. HEX triplet: CC, 45 and 7E. RGB value is (204,69,126). Sum of RGB (Red+Green+Blue) = 204+69+126=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC457E is #33BA81. Grayscale: #737373. Windows color (decimal): -3390082 or 8275404. OLE color: 8275404.

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

Color convert

RGB20469126-
CMYK00.660.380.2
HSL334.67º56.96%53.53%-
HSV(B)334.67º66.18%80%-
XYZ30.818.621.71-
YUV115.86133.73190.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=51.13%
G=17.29%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046912600.660.380.2334.6756.9653.53
HexCC457E042261414f3936
Octal314105176010246245177166
Binary11001100100010111111100100001010011010100101001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC457E; }

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

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

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

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

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

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

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

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