Shades of Fuchsia #CC49B8
Tints of Fuchsia #CC49B8
RGB
CMYK
RGB Variations
Color information
#CC49B8 (or 0xCC49B8) is known color: Fuchsia. HEX triplet: CC, 49 and B8. RGB value is (204,73,184). Sum of RGB (Red+Green+Blue) = 204+73+184=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49B8 is #33B647. Grayscale: #7C7C7C. Windows color (decimal): -3389000 or 12077516. OLE color: 12077516.
HSL color Cylindrical-coordinate representation of color #CC49B8: hue angle of 309.16º 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 #CC49B8 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 184 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.2 |
| HSL | 309.16º | 0.56% | 0.54% | - |
| HSV(B) | 309.16º | 0.64% | 0.8% | - |
| XYZ | 35.94 | 21.06 | 47.52 | - |
| YUV | 124.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 184 | 0 | 0.64 | 0.10 | 0.2 | 309.16 | 0.56 | 0.54 |
| Hex | CC | 49 | B8 | 0 | 40 | A | 14 | 135 | 38 | 36 |
| Octal | 314 | 111 | 270 | 0 | 100 | 12 | 24 | 465 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10111000 | 0 | 1000000 | 1010 | 10100 | 100110101 | 111000 | 110110 |
Color Harmonies of #CC49B8
Complementary color
Monochromatic Colors of #CC49B8
Black with #CC49B8
Text Example
Text Example
White with #CC49B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49B8; }
p { color: rgb(204,73,184); }
H1.HeaderClassName
{
color: #CC49B8;
}
.AnyTagClassName
{
color: #CC49B8;
}
</style>
background-color css
<style>
a { background-color: #CC49B8; }
a { background-color: rgb(204,73,184); }
div.DivClassName
{
background-color: #CC49B8;
}
.BgClassName
{
background-color: #CC49B8;
}
</style>
border-color css
<style>
span { border-color: #CC49B8; }
span { border-color: rgb(204,73,184); }
td.TdClassName
{
border-color: #CC49B8;
}
.TagClassName
{
border-color: #CC49B8;
}
</style>