Shades of Fuchsia #CC48C1
Tints of Fuchsia #CC48C1
RGB
CMYK
RGB Variations
Color information
#CC48C1 (or 0xCC48C1) is known color: Fuchsia. HEX triplet: CC, 48 and C1. RGB value is (204,72,193). Sum of RGB (Red+Green+Blue) = 204+72+193=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48C1 is #33B73E. Grayscale: #7C7C7C. Windows color (decimal): -3389247 or 12667084. OLE color: 12667084.
HSL color Cylindrical-coordinate representation of color #CC48C1: hue angle of 305º 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 #CC48C1 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 193 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.2 |
| HSL | 305º | 0.56% | 0.54% | - |
| HSV(B) | 305º | 0.65% | 0.8% | - |
| XYZ | 36.84 | 21.32 | 52.63 | - |
| YUV | 125.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 193 | 0 | 0.65 | 0.05 | 0.2 | 305 | 0.56 | 0.54 |
| Hex | CC | 48 | C1 | 0 | 41 | 5 | 14 | 131 | 38 | 36 |
| Octal | 314 | 110 | 301 | 0 | 101 | 5 | 24 | 461 | 70 | 66 |
| Binary | 11001100 | 1001000 | 11000001 | 0 | 1000001 | 101 | 10100 | 100110001 | 111000 | 110110 |
Color Harmonies of #CC48C1
Complementary color
Monochromatic Colors of #CC48C1
Black with #CC48C1
Text Example
Text Example
White with #CC48C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48C1; }
p { color: rgb(204,72,193); }
H1.HeaderClassName
{
color: #CC48C1;
}
.AnyTagClassName
{
color: #CC48C1;
}
</style>
background-color css
<style>
a { background-color: #CC48C1; }
a { background-color: rgb(204,72,193); }
div.DivClassName
{
background-color: #CC48C1;
}
.BgClassName
{
background-color: #CC48C1;
}
</style>
border-color css
<style>
span { border-color: #CC48C1; }
span { border-color: rgb(204,72,193); }
td.TdClassName
{
border-color: #CC48C1;
}
.TagClassName
{
border-color: #CC48C1;
}
</style>