Shades of Fuchsia #CC48CF
Tints of Fuchsia #CC48CF
RGB
CMYK
RGB Variations
Color information
#CC48CF (or 0xCC48CF) is known color: Fuchsia. HEX triplet: CC, 48 and CF. RGB value is (204,72,207). Sum of RGB (Red+Green+Blue) = 204+72+207=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48CF is #33B730. Grayscale: #7E7E7E. Windows color (decimal): -3389233 or 13584588. OLE color: 13584588.
HSL color Cylindrical-coordinate representation of color #CC48CF: hue angle of 298.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC48CF is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 72 | 207 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.19 |
| HSL | 298.67º | 0.58% | 0.55% | - |
| HSV(B) | 298.67º | 0.65% | 0.81% | - |
| XYZ | 38.48 | 21.98 | 61.25 | - |
| YUV | 126.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 207 | 0.01 | 0.65 | 0 | 0.19 | 298.67 | 0.58 | 0.55 |
| Hex | CC | 48 | CF | 1 | 41 | 0 | 13 | 12B | 3A | 37 |
| Octal | 314 | 110 | 317 | 1 | 101 | 0 | 23 | 453 | 72 | 67 |
| Binary | 11001100 | 1001000 | 11001111 | 1 | 1000001 | 0 | 10011 | 100101011 | 111010 | 110111 |
Color Harmonies of #CC48CF
Complementary color
Monochromatic Colors of #CC48CF
Black with #CC48CF
Text Example
Text Example
White with #CC48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48CF; }
p { color: rgb(204,72,207); }
H1.HeaderClassName
{
color: #CC48CF;
}
.AnyTagClassName
{
color: #CC48CF;
}
</style>
background-color css
<style>
a { background-color: #CC48CF; }
a { background-color: rgb(204,72,207); }
div.DivClassName
{
background-color: #CC48CF;
}
.BgClassName
{
background-color: #CC48CF;
}
</style>
border-color css
<style>
span { border-color: #CC48CF; }
span { border-color: rgb(204,72,207); }
td.TdClassName
{
border-color: #CC48CF;
}
.TagClassName
{
border-color: #CC48CF;
}
</style>