#CC4E98

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

Shades of Mulberry #CC4E98

Tints of Mulberry #CC4E98

Color information

#CC4E98 (or 0xCC4E98) is unknown color: approx Mulberry. HEX triplet: CC, 4E and 98. RGB value is (204,78,152). Sum of RGB (Red+Green+Blue) = 204+78+152=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4E98 is #33B167. Grayscale: #7B7B7B. Windows color (decimal): -3387752 or 9981644. OLE color: 9981644.

HSL color Cylindrical-coordinate representation of color #CC4E98: hue angle of 324.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4E98 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20478152-
CMYK00.620.250.2
HSL324.76º55.26%55.29%-
HSV(B)324.76º61.76%80%-
XYZ33.2920.5531.92-
YUV124.11143.74184.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 78 (30.86% from 255) = 17.97%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=47.00%
G=17.97%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047815200.620.250.2324.7655.2655.29
HexCC4E9803E19141453737
Octal31411623007631245056767
Binary1100110010011101001100001111101100110100101000101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4E98; }

 p { color: rgb(204,78,152); }

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

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

 a { background-color: rgb(204,78,152); }

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

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

 span { border-color: rgb(204,78,152); }

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