Shades of Fuchsia #C948AB
Tints of Fuchsia #C948AB
RGB
CMYK
RGB Variations
Color information
#C948AB (or 0xC948AB) is known color: Fuchsia. HEX triplet: C9, 48 and AB. RGB value is (201,72,171). Sum of RGB (Red+Green+Blue) = 201+72+171=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C948AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948AB is #36B754. Grayscale: #797979. Windows color (decimal): -3585877 or 11225289. OLE color: 11225289.
HSL color Cylindrical-coordinate representation of color #C948AB: hue angle of 313.95º 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 #C948AB is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 171 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.21 |
| HSL | 313.95º | 0.54% | 0.54% | - |
| HSV(B) | 313.95º | 0.64% | 0.79% | - |
| XYZ | 33.76 | 19.99 | 40.61 | - |
| YUV | 121.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 171 | 0 | 0.64 | 0.15 | 0.21 | 313.95 | 0.54 | 0.54 |
| Hex | C9 | 48 | AB | 0 | 40 | F | 15 | 13A | 36 | 36 |
| Octal | 311 | 110 | 253 | 0 | 100 | 17 | 25 | 472 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10101011 | 0 | 1000000 | 1111 | 10101 | 100111010 | 110110 | 110110 |
Color Harmonies of #C948AB
Complementary color
Monochromatic Colors of #C948AB
Black with #C948AB
Text Example
Text Example
White with #C948AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948AB; }
p { color: rgb(201,72,171); }
H1.HeaderClassName
{
color: #C948AB;
}
.AnyTagClassName
{
color: #C948AB;
}
</style>
background-color css
<style>
a { background-color: #C948AB; }
a { background-color: rgb(201,72,171); }
div.DivClassName
{
background-color: #C948AB;
}
.BgClassName
{
background-color: #C948AB;
}
</style>
border-color css
<style>
span { border-color: #C948AB; }
span { border-color: rgb(201,72,171); }
td.TdClassName
{
border-color: #C948AB;
}
.TagClassName
{
border-color: #C948AB;
}
</style>