Shades of Fuchsia #C948AD
Tints of Fuchsia #C948AD
RGB
CMYK
RGB Variations
Color information
#C948AD (or 0xC948AD) is known color: Fuchsia. HEX triplet: C9, 48 and AD. RGB value is (201,72,173). Sum of RGB (Red+Green+Blue) = 201+72+173=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C948AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948AD is #36B752. Grayscale: #797979. Windows color (decimal): -3585875 or 11356361. OLE color: 11356361.
HSL color Cylindrical-coordinate representation of color #C948AD: hue angle of 313.02º 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 #C948AD is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 173 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.21 |
| HSL | 313.02º | 0.54% | 0.54% | - |
| HSV(B) | 313.02º | 0.64% | 0.79% | - |
| XYZ | 33.95 | 20.07 | 41.62 | - |
| YUV | 122.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 173 | 0 | 0.64 | 0.14 | 0.21 | 313.02 | 0.54 | 0.54 |
| Hex | C9 | 48 | AD | 0 | 40 | E | 15 | 139 | 36 | 36 |
| Octal | 311 | 110 | 255 | 0 | 100 | 16 | 25 | 471 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10101101 | 0 | 1000000 | 1110 | 10101 | 100111001 | 110110 | 110110 |
Color Harmonies of #C948AD
Complementary color
Monochromatic Colors of #C948AD
Black with #C948AD
Text Example
Text Example
White with #C948AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948AD; }
p { color: rgb(201,72,173); }
H1.HeaderClassName
{
color: #C948AD;
}
.AnyTagClassName
{
color: #C948AD;
}
</style>
background-color css
<style>
a { background-color: #C948AD; }
a { background-color: rgb(201,72,173); }
div.DivClassName
{
background-color: #C948AD;
}
.BgClassName
{
background-color: #C948AD;
}
</style>
border-color css
<style>
span { border-color: #C948AD; }
span { border-color: rgb(201,72,173); }
td.TdClassName
{
border-color: #C948AD;
}
.TagClassName
{
border-color: #C948AD;
}
</style>