Shades of Fuchsia #CC48C4
Tints of Fuchsia #CC48C4
RGB
CMYK
RGB Variations
Color information
#CC48C4 (or 0xCC48C4) is known color: Fuchsia. HEX triplet: CC, 48 and C4. RGB value is (204,72,196). Sum of RGB (Red+Green+Blue) = 204+72+196=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48C4 is #33B73B. Grayscale: #7D7D7D. Windows color (decimal): -3389244 or 12863692. OLE color: 12863692.
HSL color Cylindrical-coordinate representation of color #CC48C4: hue angle of 303.64º 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 #CC48C4 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 196 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.2 |
| HSL | 303.64º | 0.56% | 0.54% | - |
| HSV(B) | 303.64º | 0.65% | 0.8% | - |
| XYZ | 37.18 | 21.46 | 54.41 | - |
| YUV | 125.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 196 | 0 | 0.65 | 0.04 | 0.2 | 303.64 | 0.56 | 0.54 |
| Hex | CC | 48 | C4 | 0 | 41 | 4 | 14 | 130 | 38 | 36 |
| Octal | 314 | 110 | 304 | 0 | 101 | 4 | 24 | 460 | 70 | 66 |
| Binary | 11001100 | 1001000 | 11000100 | 0 | 1000001 | 100 | 10100 | 100110000 | 111000 | 110110 |
Color Harmonies of #CC48C4
Complementary color
Monochromatic Colors of #CC48C4
Black with #CC48C4
Text Example
Text Example
White with #CC48C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48C4; }
p { color: rgb(204,72,196); }
H1.HeaderClassName
{
color: #CC48C4;
}
.AnyTagClassName
{
color: #CC48C4;
}
</style>
background-color css
<style>
a { background-color: #CC48C4; }
a { background-color: rgb(204,72,196); }
div.DivClassName
{
background-color: #CC48C4;
}
.BgClassName
{
background-color: #CC48C4;
}
</style>
border-color css
<style>
span { border-color: #CC48C4; }
span { border-color: rgb(204,72,196); }
td.TdClassName
{
border-color: #CC48C4;
}
.TagClassName
{
border-color: #CC48C4;
}
</style>