Shades of Fuchsia #C948C7
Tints of Fuchsia #C948C7
RGB
CMYK
RGB Variations
Color information
#C948C7 (or 0xC948C7) is known color: Fuchsia. HEX triplet: C9, 48 and C7. RGB value is (201,72,199). Sum of RGB (Red+Green+Blue) = 201+72+199=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C948C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948C7 is #36B738. Grayscale: #7C7C7C. Windows color (decimal): -3585849 or 13060297. OLE color: 13060297.
HSL color Cylindrical-coordinate representation of color #C948C7: hue angle of 300.93º 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 #C948C7 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 199 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.21 |
| HSL | 300.93º | 0.54% | 0.54% | - |
| HSV(B) | 300.93º | 0.64% | 0.79% | - |
| XYZ | 36.71 | 21.18 | 56.19 | - |
| YUV | 125.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 199 | 0 | 0.64 | 0.01 | 0.21 | 300.93 | 0.54 | 0.54 |
| Hex | C9 | 48 | C7 | 0 | 40 | 1 | 15 | 12D | 36 | 36 |
| Octal | 311 | 110 | 307 | 0 | 100 | 1 | 25 | 455 | 66 | 66 |
| Binary | 11001001 | 1001000 | 11000111 | 0 | 1000000 | 1 | 10101 | 100101101 | 110110 | 110110 |
Color Harmonies of #C948C7
Complementary color
Monochromatic Colors of #C948C7
Black with #C948C7
Text Example
Text Example
White with #C948C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948C7; }
p { color: rgb(201,72,199); }
H1.HeaderClassName
{
color: #C948C7;
}
.AnyTagClassName
{
color: #C948C7;
}
</style>
background-color css
<style>
a { background-color: #C948C7; }
a { background-color: rgb(201,72,199); }
div.DivClassName
{
background-color: #C948C7;
}
.BgClassName
{
background-color: #C948C7;
}
</style>
border-color css
<style>
span { border-color: #C948C7; }
span { border-color: rgb(201,72,199); }
td.TdClassName
{
border-color: #C948C7;
}
.TagClassName
{
border-color: #C948C7;
}
</style>