Shades of Fuchsia #C948BC
Tints of Fuchsia #C948BC
RGB
CMYK
RGB Variations
Color information
#C948BC (or 0xC948BC) is known color: Fuchsia. HEX triplet: C9, 48 and BC. RGB value is (201,72,188). Sum of RGB (Red+Green+Blue) = 201+72+188=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C948BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948BC is #36B743. Grayscale: #7B7B7B. Windows color (decimal): -3585860 or 12339401. OLE color: 12339401.
HSL color Cylindrical-coordinate representation of color #C948BC: hue angle of 306.05º 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 #C948BC is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 188 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.21 |
| HSL | 306.05º | 0.54% | 0.54% | - |
| HSV(B) | 306.05º | 0.64% | 0.79% | - |
| XYZ | 35.48 | 20.68 | 49.7 | - |
| YUV | 123.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 188 | 0 | 0.64 | 0.06 | 0.21 | 306.05 | 0.54 | 0.54 |
| Hex | C9 | 48 | BC | 0 | 40 | 6 | 15 | 132 | 36 | 36 |
| Octal | 311 | 110 | 274 | 0 | 100 | 6 | 25 | 462 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10111100 | 0 | 1000000 | 110 | 10101 | 100110010 | 110110 | 110110 |
Color Harmonies of #C948BC
Complementary color
Monochromatic Colors of #C948BC
Black with #C948BC
Text Example
Text Example
White with #C948BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948BC; }
p { color: rgb(201,72,188); }
H1.HeaderClassName
{
color: #C948BC;
}
.AnyTagClassName
{
color: #C948BC;
}
</style>
background-color css
<style>
a { background-color: #C948BC; }
a { background-color: rgb(201,72,188); }
div.DivClassName
{
background-color: #C948BC;
}
.BgClassName
{
background-color: #C948BC;
}
</style>
border-color css
<style>
span { border-color: #C948BC; }
span { border-color: rgb(201,72,188); }
td.TdClassName
{
border-color: #C948BC;
}
.TagClassName
{
border-color: #C948BC;
}
</style>