Shades of Fuchsia #C948C8
Tints of Fuchsia #C948C8
RGB
CMYK
RGB Variations
Color information
#C948C8 (or 0xC948C8) is known color: Fuchsia. HEX triplet: C9, 48 and C8. RGB value is (201,72,200). Sum of RGB (Red+Green+Blue) = 201+72+200=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C948C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948C8 is #36B737. Grayscale: #7C7C7C. Windows color (decimal): -3585848 or 13125833. OLE color: 13125833.
HSL color Cylindrical-coordinate representation of color #C948C8: hue angle of 300.47º 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 #C948C8 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 200 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.21 |
| HSL | 300.47º | 0.54% | 0.54% | - |
| HSV(B) | 300.47º | 0.64% | 0.79% | - |
| XYZ | 36.83 | 21.22 | 56.8 | - |
| YUV | 125.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 200 | 0 | 0.64 | 0.00 | 0.21 | 300.47 | 0.54 | 0.54 |
| Hex | C9 | 48 | C8 | 0 | 40 | 0 | 15 | 12C | 36 | 36 |
| Octal | 311 | 110 | 310 | 0 | 100 | 0 | 25 | 454 | 66 | 66 |
| Binary | 11001001 | 1001000 | 11001000 | 0 | 1000000 | 0 | 10101 | 100101100 | 110110 | 110110 |
Color Harmonies of #C948C8
Complementary color
Monochromatic Colors of #C948C8
Black with #C948C8
Text Example
Text Example
White with #C948C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948C8; }
p { color: rgb(201,72,200); }
H1.HeaderClassName
{
color: #C948C8;
}
.AnyTagClassName
{
color: #C948C8;
}
</style>
background-color css
<style>
a { background-color: #C948C8; }
a { background-color: rgb(201,72,200); }
div.DivClassName
{
background-color: #C948C8;
}
.BgClassName
{
background-color: #C948C8;
}
</style>
border-color css
<style>
span { border-color: #C948C8; }
span { border-color: rgb(201,72,200); }
td.TdClassName
{
border-color: #C948C8;
}
.TagClassName
{
border-color: #C948C8;
}
</style>