Shades of Fuchsia #C948BA
Tints of Fuchsia #C948BA
RGB
CMYK
RGB Variations
Color information
#C948BA (or 0xC948BA) is known color: Fuchsia. HEX triplet: C9, 48 and BA. RGB value is (201,72,186). Sum of RGB (Red+Green+Blue) = 201+72+186=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C948BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948BA is #36B745. Grayscale: #7B7B7B. Windows color (decimal): -3585862 or 12208329. OLE color: 12208329.
HSL color Cylindrical-coordinate representation of color #C948BA: hue angle of 306.98º 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 #C948BA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 186 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.21 |
| HSL | 306.98º | 0.54% | 0.54% | - |
| HSV(B) | 306.98º | 0.64% | 0.79% | - |
| XYZ | 35.27 | 20.6 | 48.57 | - |
| YUV | 123.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 186 | 0 | 0.64 | 0.07 | 0.21 | 306.98 | 0.54 | 0.54 |
| Hex | C9 | 48 | BA | 0 | 40 | 7 | 15 | 133 | 36 | 36 |
| Octal | 311 | 110 | 272 | 0 | 100 | 7 | 25 | 463 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10111010 | 0 | 1000000 | 111 | 10101 | 100110011 | 110110 | 110110 |
Color Harmonies of #C948BA
Complementary color
Monochromatic Colors of #C948BA
Black with #C948BA
Text Example
Text Example
White with #C948BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948BA; }
p { color: rgb(201,72,186); }
H1.HeaderClassName
{
color: #C948BA;
}
.AnyTagClassName
{
color: #C948BA;
}
</style>
background-color css
<style>
a { background-color: #C948BA; }
a { background-color: rgb(201,72,186); }
div.DivClassName
{
background-color: #C948BA;
}
.BgClassName
{
background-color: #C948BA;
}
</style>
border-color css
<style>
span { border-color: #C948BA; }
span { border-color: rgb(201,72,186); }
td.TdClassName
{
border-color: #C948BA;
}
.TagClassName
{
border-color: #C948BA;
}
</style>