Shades of Fuchsia #CC48C9
Tints of Fuchsia #CC48C9
RGB
CMYK
RGB Variations
Color information
#CC48C9 (or 0xCC48C9) is known color: Fuchsia. HEX triplet: CC, 48 and C9. RGB value is (204,72,201). Sum of RGB (Red+Green+Blue) = 204+72+201=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48C9 is #33B736. Grayscale: #7D7D7D. Windows color (decimal): -3389239 or 13191372. OLE color: 13191372.
HSL color Cylindrical-coordinate representation of color #CC48C9: hue angle of 301.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC48C9 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 201 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.2 |
| HSL | 301.36º | 0.56% | 0.54% | - |
| HSV(B) | 301.36º | 0.65% | 0.8% | - |
| XYZ | 37.76 | 21.69 | 57.45 | - |
| YUV | 126.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 201 | 0 | 0.65 | 0.01 | 0.2 | 301.36 | 0.56 | 0.54 |
| Hex | CC | 48 | C9 | 0 | 41 | 1 | 14 | 12D | 38 | 36 |
| Octal | 314 | 110 | 311 | 0 | 101 | 1 | 24 | 455 | 70 | 66 |
| Binary | 11001100 | 1001000 | 11001001 | 0 | 1000001 | 1 | 10100 | 100101101 | 111000 | 110110 |
Color Harmonies of #CC48C9
Complementary color
Monochromatic Colors of #CC48C9
Black with #CC48C9
Text Example
Text Example
White with #CC48C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48C9; }
p { color: rgb(204,72,201); }
H1.HeaderClassName
{
color: #CC48C9;
}
.AnyTagClassName
{
color: #CC48C9;
}
</style>
background-color css
<style>
a { background-color: #CC48C9; }
a { background-color: rgb(204,72,201); }
div.DivClassName
{
background-color: #CC48C9;
}
.BgClassName
{
background-color: #CC48C9;
}
</style>
border-color css
<style>
span { border-color: #CC48C9; }
span { border-color: rgb(204,72,201); }
td.TdClassName
{
border-color: #CC48C9;
}
.TagClassName
{
border-color: #CC48C9;
}
</style>