Shades of Fuchsia #CC49BD
Tints of Fuchsia #CC49BD
RGB
CMYK
RGB Variations
Color information
#CC49BD (or 0xCC49BD) is known color: Fuchsia. HEX triplet: CC, 49 and BD. RGB value is (204,73,189). Sum of RGB (Red+Green+Blue) = 204+73+189=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49BD is #33B642. Grayscale: #7D7D7D. Windows color (decimal): -3388995 or 12405196. OLE color: 12405196.
HSL color Cylindrical-coordinate representation of color #CC49BD: hue angle of 306.87º 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 #CC49BD is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 189 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.2 |
| HSL | 306.87º | 0.56% | 0.54% | - |
| HSV(B) | 306.87º | 0.64% | 0.8% | - |
| XYZ | 36.47 | 21.28 | 50.33 | - |
| YUV | 125.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 189 | 0 | 0.64 | 0.07 | 0.2 | 306.87 | 0.56 | 0.54 |
| Hex | CC | 49 | BD | 0 | 40 | 7 | 14 | 133 | 38 | 36 |
| Octal | 314 | 111 | 275 | 0 | 100 | 7 | 24 | 463 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10111101 | 0 | 1000000 | 111 | 10100 | 100110011 | 111000 | 110110 |
Color Harmonies of #CC49BD
Complementary color
Monochromatic Colors of #CC49BD
Black with #CC49BD
Text Example
Text Example
White with #CC49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49BD; }
p { color: rgb(204,73,189); }
H1.HeaderClassName
{
color: #CC49BD;
}
.AnyTagClassName
{
color: #CC49BD;
}
</style>
background-color css
<style>
a { background-color: #CC49BD; }
a { background-color: rgb(204,73,189); }
div.DivClassName
{
background-color: #CC49BD;
}
.BgClassName
{
background-color: #CC49BD;
}
</style>
border-color css
<style>
span { border-color: #CC49BD; }
span { border-color: rgb(204,73,189); }
td.TdClassName
{
border-color: #CC49BD;
}
.TagClassName
{
border-color: #CC49BD;
}
</style>