Shades of Fuchsia #C948D1
Tints of Fuchsia #C948D1
RGB
CMYK
RGB Variations
Color information
#C948D1 (or 0xC948D1) is known color: Fuchsia. HEX triplet: C9, 48 and D1. RGB value is (201,72,209). Sum of RGB (Red+Green+Blue) = 201+72+209=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #C948D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948D1 is #36B72E. Grayscale: #7D7D7D. Windows color (decimal): -3585839 or 13715657. OLE color: 13715657.
HSL color Cylindrical-coordinate representation of color #C948D1: hue angle of 296.5º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C948D1 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 72 | 209 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.18 |
| HSL | 296.5º | 0.6% | 0.55% | - |
| HSV(B) | 296.5º | 0.66% | 0.82% | - |
| XYZ | 37.91 | 21.66 | 62.5 | - |
| YUV | 126.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 209 | 0.04 | 0.66 | 0 | 0.18 | 296.5 | 0.6 | 0.55 |
| Hex | C9 | 48 | D1 | 4 | 42 | 0 | 12 | 128 | 3C | 37 |
| Octal | 311 | 110 | 321 | 4 | 102 | 0 | 22 | 450 | 74 | 67 |
| Binary | 11001001 | 1001000 | 11010001 | 100 | 1000010 | 0 | 10010 | 100101000 | 111100 | 110111 |
Color Harmonies of #C948D1
Complementary color
Monochromatic Colors of #C948D1
Black with #C948D1
Text Example
Text Example
White with #C948D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948D1; }
p { color: rgb(201,72,209); }
H1.HeaderClassName
{
color: #C948D1;
}
.AnyTagClassName
{
color: #C948D1;
}
</style>
background-color css
<style>
a { background-color: #C948D1; }
a { background-color: rgb(201,72,209); }
div.DivClassName
{
background-color: #C948D1;
}
.BgClassName
{
background-color: #C948D1;
}
</style>
border-color css
<style>
span { border-color: #C948D1; }
span { border-color: rgb(201,72,209); }
td.TdClassName
{
border-color: #C948D1;
}
.TagClassName
{
border-color: #C948D1;
}
</style>