Shades of Fuchsia #C948B5
Tints of Fuchsia #C948B5
RGB
CMYK
RGB Variations
Color information
#C948B5 (or 0xC948B5) is known color: Fuchsia. HEX triplet: C9, 48 and B5. RGB value is (201,72,181). Sum of RGB (Red+Green+Blue) = 201+72+181=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C948B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948B5 is #36B74A. Grayscale: #7A7A7A. Windows color (decimal): -3585867 or 11880649. OLE color: 11880649.
HSL color Cylindrical-coordinate representation of color #C948B5: hue angle of 309.3º 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 #C948B5 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 181 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.21 |
| HSL | 309.3º | 0.54% | 0.54% | - |
| HSV(B) | 309.3º | 0.64% | 0.79% | - |
| XYZ | 34.75 | 20.39 | 45.82 | - |
| YUV | 123 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 181 | 0 | 0.64 | 0.10 | 0.21 | 309.3 | 0.54 | 0.54 |
| Hex | C9 | 48 | B5 | 0 | 40 | A | 15 | 135 | 36 | 36 |
| Octal | 311 | 110 | 265 | 0 | 100 | 12 | 25 | 465 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10110101 | 0 | 1000000 | 1010 | 10101 | 100110101 | 110110 | 110110 |
Color Harmonies of #C948B5
Complementary color
Monochromatic Colors of #C948B5
Black with #C948B5
Text Example
Text Example
White with #C948B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948B5; }
p { color: rgb(201,72,181); }
H1.HeaderClassName
{
color: #C948B5;
}
.AnyTagClassName
{
color: #C948B5;
}
</style>
background-color css
<style>
a { background-color: #C948B5; }
a { background-color: rgb(201,72,181); }
div.DivClassName
{
background-color: #C948B5;
}
.BgClassName
{
background-color: #C948B5;
}
</style>
border-color css
<style>
span { border-color: #C948B5; }
span { border-color: rgb(201,72,181); }
td.TdClassName
{
border-color: #C948B5;
}
.TagClassName
{
border-color: #C948B5;
}
</style>