#CC3D98

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

Shades of Mulberry #CC3D98

Tints of Mulberry #CC3D98

Color information

#CC3D98 (or 0xCC3D98) is unknown color: approx Mulberry. HEX triplet: CC, 3D and 98. RGB value is (204,61,152). Sum of RGB (Red+Green+Blue) = 204+61+152=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3D98 is #33C267. Grayscale: #717171. Windows color (decimal): -3392104 or 9977292. OLE color: 9977292.

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

Color convert

RGB20461152-
CMYK00.700.250.2
HSL321.82º58.37%51.96%-
HSV(B)321.82º70.1%80%-
XYZ32.2418.4431.57-
YUV114.13149.38192.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=48.92%
G=14.63%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046115200.700.250.2321.8258.3751.96
HexCC3D9804619141423a34
Octal31475230010631245027264
Binary1100110011110110011000010001101100110100101000010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3D98; }

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

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

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

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

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

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

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

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