Shades of Fuchsia #CC49B9
Tints of Fuchsia #CC49B9
RGB
CMYK
RGB Variations
Color information
#CC49B9 (or 0xCC49B9) is known color: Fuchsia. HEX triplet: CC, 49 and B9. RGB value is (204,73,185). Sum of RGB (Red+Green+Blue) = 204+73+185=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49B9 is #33B646. Grayscale: #7C7C7C. Windows color (decimal): -3388999 or 12143052. OLE color: 12143052.
HSL color Cylindrical-coordinate representation of color #CC49B9: hue angle of 308.7º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC49B9 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 185 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.2 |
| HSL | 308.7º | 0.56% | 0.54% | - |
| HSV(B) | 308.7º | 0.64% | 0.8% | - |
| XYZ | 36.04 | 21.11 | 48.07 | - |
| YUV | 124.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 185 | 0 | 0.64 | 0.09 | 0.2 | 308.7 | 0.56 | 0.54 |
| Hex | CC | 49 | B9 | 0 | 40 | 9 | 14 | 135 | 38 | 36 |
| Octal | 314 | 111 | 271 | 0 | 100 | 11 | 24 | 465 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10111001 | 0 | 1000000 | 1001 | 10100 | 100110101 | 111000 | 110110 |
Color Harmonies of #CC49B9
Complementary color
Monochromatic Colors of #CC49B9
Black with #CC49B9
Text Example
Text Example
White with #CC49B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49B9; }
p { color: rgb(204,73,185); }
H1.HeaderClassName
{
color: #CC49B9;
}
.AnyTagClassName
{
color: #CC49B9;
}
</style>
background-color css
<style>
a { background-color: #CC49B9; }
a { background-color: rgb(204,73,185); }
div.DivClassName
{
background-color: #CC49B9;
}
.BgClassName
{
background-color: #CC49B9;
}
</style>
border-color css
<style>
span { border-color: #CC49B9; }
span { border-color: rgb(204,73,185); }
td.TdClassName
{
border-color: #CC49B9;
}
.TagClassName
{
border-color: #CC49B9;
}
</style>