#CC3B97

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

Shades of Mulberry #CC3B97

Tints of Mulberry #CC3B97

Color information

#CC3B97 (or 0xCC3B97) is unknown color: approx Mulberry. HEX triplet: CC, 3B and 97. RGB value is (204,59,151). Sum of RGB (Red+Green+Blue) = 204+59+151=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3B97 is #33C468. Grayscale: #707070. Windows color (decimal): -3392617 or 9911244. OLE color: 9911244.

HSL color Cylindrical-coordinate representation of color #CC3B97: hue angle of 321.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3B97 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB20459151-
CMYK00.710.260.2
HSL321.93º58.7%51.57%-
HSV(B)321.93º71.08%80%-
XYZ32.0518.231.1-
YUV112.84149.54193.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 59 (23.44% from 255) = 14.25%
BLUE value IS 151 (59.38% from 255) = 36.47%
R=49.28%
G=14.25%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045915100.710.260.2321.9358.751.57
HexCC3B970471A141423b34
Octal31473227010732245027364
Binary1100110011101110010111010001111101010100101000010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3B97; }

 p { color: rgb(204,59,151); }

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

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

 a { background-color: rgb(204,59,151); }

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

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

 span { border-color: rgb(204,59,151); }

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