Shades of Fuchsia #CC49D0
Tints of Fuchsia #CC49D0
RGB
CMYK
RGB Variations
Color information
#CC49D0 (or 0xCC49D0) is known color: Fuchsia. HEX triplet: CC, 49 and D0. RGB value is (204,73,208). Sum of RGB (Red+Green+Blue) = 204+73+208=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC49D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D0 is #33B62F. Grayscale: #7F7F7F. Windows color (decimal): -3388976 or 13650380. OLE color: 13650380.
HSL color Cylindrical-coordinate representation of color #CC49D0: hue angle of 298.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC49D0 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 73 | 208 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.18 |
| HSL | 298.22º | 0.59% | 0.55% | - |
| HSV(B) | 298.22º | 0.65% | 0.82% | - |
| XYZ | 38.67 | 22.16 | 61.91 | - |
| YUV | 127.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 208 | 0.02 | 0.65 | 0 | 0.18 | 298.22 | 0.59 | 0.55 |
| Hex | CC | 49 | D0 | 2 | 41 | 0 | 12 | 12A | 3B | 37 |
| Octal | 314 | 111 | 320 | 2 | 101 | 0 | 22 | 452 | 73 | 67 |
| Binary | 11001100 | 1001001 | 11010000 | 10 | 1000001 | 0 | 10010 | 100101010 | 111011 | 110111 |
Color Harmonies of #CC49D0
Complementary color
Monochromatic Colors of #CC49D0
Black with #CC49D0
Text Example
Text Example
White with #CC49D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49D0; }
p { color: rgb(204,73,208); }
H1.HeaderClassName
{
color: #CC49D0;
}
.AnyTagClassName
{
color: #CC49D0;
}
</style>
background-color css
<style>
a { background-color: #CC49D0; }
a { background-color: rgb(204,73,208); }
div.DivClassName
{
background-color: #CC49D0;
}
.BgClassName
{
background-color: #CC49D0;
}
</style>
border-color css
<style>
span { border-color: #CC49D0; }
span { border-color: rgb(204,73,208); }
td.TdClassName
{
border-color: #CC49D0;
}
.TagClassName
{
border-color: #CC49D0;
}
</style>