Shades of Fuchsia #C948CF
Tints of Fuchsia #C948CF
RGB
CMYK
RGB Variations
Color information
#C948CF (or 0xC948CF) is known color: Fuchsia. HEX triplet: C9, 48 and CF. RGB value is (201,72,207). Sum of RGB (Red+Green+Blue) = 201+72+207=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C948CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948CF is #36B730. Grayscale: #7D7D7D. Windows color (decimal): -3585841 or 13584585. OLE color: 13584585.
HSL color Cylindrical-coordinate representation of color #C948CF: hue angle of 297.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C948CF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 72 | 207 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.19 |
| HSL | 297.33º | 0.58% | 0.55% | - |
| HSV(B) | 297.33º | 0.65% | 0.81% | - |
| XYZ | 37.67 | 21.56 | 61.21 | - |
| YUV | 125.96 | 173.74 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 207 | 0.03 | 0.65 | 0 | 0.19 | 297.33 | 0.58 | 0.55 |
| Hex | C9 | 48 | CF | 3 | 41 | 0 | 13 | 129 | 3A | 37 |
| Octal | 311 | 110 | 317 | 3 | 101 | 0 | 23 | 451 | 72 | 67 |
| Binary | 11001001 | 1001000 | 11001111 | 11 | 1000001 | 0 | 10011 | 100101001 | 111010 | 110111 |
Color Harmonies of #C948CF
Complementary color
Monochromatic Colors of #C948CF
Black with #C948CF
Text Example
Text Example
White with #C948CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948CF; }
p { color: rgb(201,72,207); }
H1.HeaderClassName
{
color: #C948CF;
}
.AnyTagClassName
{
color: #C948CF;
}
</style>
background-color css
<style>
a { background-color: #C948CF; }
a { background-color: rgb(201,72,207); }
div.DivClassName
{
background-color: #C948CF;
}
.BgClassName
{
background-color: #C948CF;
}
</style>
border-color css
<style>
span { border-color: #C948CF; }
span { border-color: rgb(201,72,207); }
td.TdClassName
{
border-color: #C948CF;
}
.TagClassName
{
border-color: #C948CF;
}
</style>