Shades of Fuchsia #C948AC
Tints of Fuchsia #C948AC
RGB
CMYK
RGB Variations
Color information
#C948AC (or 0xC948AC) is known color: Fuchsia. HEX triplet: C9, 48 and AC. RGB value is (201,72,172). Sum of RGB (Red+Green+Blue) = 201+72+172=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C948AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948AC is #36B753. Grayscale: #797979. Windows color (decimal): -3585876 or 11290825. OLE color: 11290825.
HSL color Cylindrical-coordinate representation of color #C948AC: hue angle of 313.49º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C948AC is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 172 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.21 |
| HSL | 313.49º | 0.54% | 0.54% | - |
| HSV(B) | 313.49º | 0.64% | 0.79% | - |
| XYZ | 33.85 | 20.03 | 41.11 | - |
| YUV | 121.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 172 | 0 | 0.64 | 0.14 | 0.21 | 313.49 | 0.54 | 0.54 |
| Hex | C9 | 48 | AC | 0 | 40 | E | 15 | 139 | 36 | 36 |
| Octal | 311 | 110 | 254 | 0 | 100 | 16 | 25 | 471 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10101100 | 0 | 1000000 | 1110 | 10101 | 100111001 | 110110 | 110110 |
Color Harmonies of #C948AC
Complementary color
Monochromatic Colors of #C948AC
Black with #C948AC
Text Example
Text Example
White with #C948AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948AC; }
p { color: rgb(201,72,172); }
H1.HeaderClassName
{
color: #C948AC;
}
.AnyTagClassName
{
color: #C948AC;
}
</style>
background-color css
<style>
a { background-color: #C948AC; }
a { background-color: rgb(201,72,172); }
div.DivClassName
{
background-color: #C948AC;
}
.BgClassName
{
background-color: #C948AC;
}
</style>
border-color css
<style>
span { border-color: #C948AC; }
span { border-color: rgb(201,72,172); }
td.TdClassName
{
border-color: #C948AC;
}
.TagClassName
{
border-color: #C948AC;
}
</style>