Shades of Fuchsia #CC48BD
Tints of Fuchsia #CC48BD
RGB
CMYK
RGB Variations
Color information
#CC48BD (or 0xCC48BD) is known color: Fuchsia. HEX triplet: CC, 48 and BD. RGB value is (204,72,189). Sum of RGB (Red+Green+Blue) = 204+72+189=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48BD is #33B742. Grayscale: #7C7C7C. Windows color (decimal): -3389251 or 12404940. OLE color: 12404940.
HSL color Cylindrical-coordinate representation of color #CC48BD: hue angle of 306.82º 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 #CC48BD is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 189 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.2 |
| HSL | 306.82º | 0.56% | 0.54% | - |
| HSV(B) | 306.82º | 0.65% | 0.8% | - |
| XYZ | 36.4 | 21.15 | 50.31 | - |
| YUV | 124.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 189 | 0 | 0.65 | 0.07 | 0.2 | 306.82 | 0.56 | 0.54 |
| Hex | CC | 48 | BD | 0 | 41 | 7 | 14 | 133 | 38 | 36 |
| Octal | 314 | 110 | 275 | 0 | 101 | 7 | 24 | 463 | 70 | 66 |
| Binary | 11001100 | 1001000 | 10111101 | 0 | 1000001 | 111 | 10100 | 100110011 | 111000 | 110110 |
Color Harmonies of #CC48BD
Complementary color
Monochromatic Colors of #CC48BD
Black with #CC48BD
Text Example
Text Example
White with #CC48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48BD; }
p { color: rgb(204,72,189); }
H1.HeaderClassName
{
color: #CC48BD;
}
.AnyTagClassName
{
color: #CC48BD;
}
</style>
background-color css
<style>
a { background-color: #CC48BD; }
a { background-color: rgb(204,72,189); }
div.DivClassName
{
background-color: #CC48BD;
}
.BgClassName
{
background-color: #CC48BD;
}
</style>
border-color css
<style>
span { border-color: #CC48BD; }
span { border-color: rgb(204,72,189); }
td.TdClassName
{
border-color: #CC48BD;
}
.TagClassName
{
border-color: #CC48BD;
}
</style>