Shades of Fuchsia #C948B2
Tints of Fuchsia #C948B2
RGB
CMYK
RGB Variations
Color information
#C948B2 (or 0xC948B2) is known color: Fuchsia. HEX triplet: C9, 48 and B2. RGB value is (201,72,178). Sum of RGB (Red+Green+Blue) = 201+72+178=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C948B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948B2 is #36B74D. Grayscale: #7A7A7A. Windows color (decimal): -3585870 or 11684041. OLE color: 11684041.
HSL color Cylindrical-coordinate representation of color #C948B2: hue angle of 310.7º 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 #C948B2 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 178 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.21 |
| HSL | 310.7º | 0.54% | 0.54% | - |
| HSV(B) | 310.7º | 0.64% | 0.79% | - |
| XYZ | 34.44 | 20.27 | 44.22 | - |
| YUV | 122.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 178 | 0 | 0.64 | 0.11 | 0.21 | 310.7 | 0.54 | 0.54 |
| Hex | C9 | 48 | B2 | 0 | 40 | B | 15 | 137 | 36 | 36 |
| Octal | 311 | 110 | 262 | 0 | 100 | 13 | 25 | 467 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10110010 | 0 | 1000000 | 1011 | 10101 | 100110111 | 110110 | 110110 |
Color Harmonies of #C948B2
Complementary color
Monochromatic Colors of #C948B2
Black with #C948B2
Text Example
Text Example
White with #C948B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948B2; }
p { color: rgb(201,72,178); }
H1.HeaderClassName
{
color: #C948B2;
}
.AnyTagClassName
{
color: #C948B2;
}
</style>
background-color css
<style>
a { background-color: #C948B2; }
a { background-color: rgb(201,72,178); }
div.DivClassName
{
background-color: #C948B2;
}
.BgClassName
{
background-color: #C948B2;
}
</style>
border-color css
<style>
span { border-color: #C948B2; }
span { border-color: rgb(201,72,178); }
td.TdClassName
{
border-color: #C948B2;
}
.TagClassName
{
border-color: #C948B2;
}
</style>