#cc38a9

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

Shades of Mulberry #CC38A9

Tints of Mulberry #CC38A9

Color information

#CC38A9 (or 0xCC38A9) is unknown color: approx Mulberry. HEX triplet: CC, 38 and A9. RGB value is (204,56,169). Sum of RGB (Red+Green+Blue) = 204+56+169=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC38A9 is #33C756. Grayscale: #707070. Windows color (decimal): -3393367 or 11090124. OLE color: 11090124.

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

Color convert

RGB20456169-
CMYK00.730.170.2
HSL314.19º59.2%50.98%-
HSV(B)314.19º72.55%80%-
XYZ33.4818.5339.35-
YUV113.13159.53192.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 56 (22.27% from 255) = 13.05%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=47.55%
G=13.05%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045616900.730.170.2314.1959.250.98
HexCC38A9049111413a3b33
Octal31470251011121244727363
Binary1100110011100010101001010010011000110100100111010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc38a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc38a9; }

 p { color: rgb(204,56,169); }

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

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

 a { background-color: rgb(204,56,169); }

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

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

 span { border-color: rgb(204,56,169); }

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