Shades of Fuchsia #CC48AF
Tints of Fuchsia #CC48AF
RGB
CMYK
RGB Variations
Color information
#CC48AF (or 0xCC48AF) is known color: Fuchsia. HEX triplet: CC, 48 and AF. RGB value is (204,72,175). Sum of RGB (Red+Green+Blue) = 204+72+175=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC48AF is #33B750. Grayscale: #7A7A7A. Windows color (decimal): -3389265 or 11487436. OLE color: 11487436.
HSL color Cylindrical-coordinate representation of color #CC48AF: hue angle of 313.18º 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 #CC48AF is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 175 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.2 |
| HSL | 313.18º | 0.56% | 0.54% | - |
| HSV(B) | 313.18º | 0.65% | 0.8% | - |
| XYZ | 34.96 | 20.57 | 42.68 | - |
| YUV | 123.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 175 | 0 | 0.65 | 0.14 | 0.2 | 313.18 | 0.56 | 0.54 |
| Hex | CC | 48 | AF | 0 | 41 | E | 14 | 139 | 38 | 36 |
| Octal | 314 | 110 | 257 | 0 | 101 | 16 | 24 | 471 | 70 | 66 |
| Binary | 11001100 | 1001000 | 10101111 | 0 | 1000001 | 1110 | 10100 | 100111001 | 111000 | 110110 |
Color Harmonies of #CC48AF
Complementary color
Monochromatic Colors of #CC48AF
Black with #CC48AF
Text Example
Text Example
White with #CC48AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48AF; }
p { color: rgb(204,72,175); }
H1.HeaderClassName
{
color: #CC48AF;
}
.AnyTagClassName
{
color: #CC48AF;
}
</style>
background-color css
<style>
a { background-color: #CC48AF; }
a { background-color: rgb(204,72,175); }
div.DivClassName
{
background-color: #CC48AF;
}
.BgClassName
{
background-color: #CC48AF;
}
</style>
border-color css
<style>
span { border-color: #CC48AF; }
span { border-color: rgb(204,72,175); }
td.TdClassName
{
border-color: #CC48AF;
}
.TagClassName
{
border-color: #CC48AF;
}
</style>