Shades of Fuchsia #CC49D3
Tints of Fuchsia #CC49D3
RGB
CMYK
RGB Variations
Color information
#CC49D3 (or 0xCC49D3) is known color: Fuchsia. HEX triplet: CC, 49 and D3. RGB value is (204,73,211). Sum of RGB (Red+Green+Blue) = 204+73+211=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC49D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D3 is #33B62C. Grayscale: #7F7F7F. Windows color (decimal): -3388973 or 13846988. OLE color: 13846988.
HSL color Cylindrical-coordinate representation of color #CC49D3: hue angle of 296.96º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC49D3 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 73 | 211 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.17 |
| HSL | 296.96º | 0.61% | 0.56% | - |
| HSV(B) | 296.96º | 0.65% | 0.83% | - |
| XYZ | 39.04 | 22.31 | 63.88 | - |
| YUV | 127.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 211 | 0.03 | 0.65 | 0 | 0.17 | 296.96 | 0.61 | 0.56 |
| Hex | CC | 49 | D3 | 3 | 41 | 0 | 11 | 129 | 3D | 38 |
| Octal | 314 | 111 | 323 | 3 | 101 | 0 | 21 | 451 | 75 | 70 |
| Binary | 11001100 | 1001001 | 11010011 | 11 | 1000001 | 0 | 10001 | 100101001 | 111101 | 111000 |
Color Harmonies of #CC49D3
Complementary color
Monochromatic Colors of #CC49D3
Black with #CC49D3
Text Example
Text Example
White with #CC49D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49D3; }
p { color: rgb(204,73,211); }
H1.HeaderClassName
{
color: #CC49D3;
}
.AnyTagClassName
{
color: #CC49D3;
}
</style>
background-color css
<style>
a { background-color: #CC49D3; }
a { background-color: rgb(204,73,211); }
div.DivClassName
{
background-color: #CC49D3;
}
.BgClassName
{
background-color: #CC49D3;
}
</style>
border-color css
<style>
span { border-color: #CC49D3; }
span { border-color: rgb(204,73,211); }
td.TdClassName
{
border-color: #CC49D3;
}
.TagClassName
{
border-color: #CC49D3;
}
</style>