Shades of Fuchsia #C948D0
Tints of Fuchsia #C948D0
RGB
CMYK
RGB Variations
Color information
#C948D0 (or 0xC948D0) is known color: Fuchsia. HEX triplet: C9, 48 and D0. RGB value is (201,72,208). Sum of RGB (Red+Green+Blue) = 201+72+208=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #C948D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948D0 is #36B72F. Grayscale: #7D7D7D. Windows color (decimal): -3585840 or 13650121. OLE color: 13650121.
HSL color Cylindrical-coordinate representation of color #C948D0: hue angle of 296.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C948D0 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 72 | 208 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.18 |
| HSL | 296.91º | 0.59% | 0.55% | - |
| HSV(B) | 296.91º | 0.65% | 0.82% | - |
| XYZ | 37.79 | 21.61 | 61.85 | - |
| YUV | 126.08 | 174.24 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 208 | 0.03 | 0.65 | 0 | 0.18 | 296.91 | 0.59 | 0.55 |
| Hex | C9 | 48 | D0 | 3 | 41 | 0 | 12 | 129 | 3B | 37 |
| Octal | 311 | 110 | 320 | 3 | 101 | 0 | 22 | 451 | 73 | 67 |
| Binary | 11001001 | 1001000 | 11010000 | 11 | 1000001 | 0 | 10010 | 100101001 | 111011 | 110111 |
Color Harmonies of #C948D0
Complementary color
Monochromatic Colors of #C948D0
Black with #C948D0
Text Example
Text Example
White with #C948D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948D0; }
p { color: rgb(201,72,208); }
H1.HeaderClassName
{
color: #C948D0;
}
.AnyTagClassName
{
color: #C948D0;
}
</style>
background-color css
<style>
a { background-color: #C948D0; }
a { background-color: rgb(201,72,208); }
div.DivClassName
{
background-color: #C948D0;
}
.BgClassName
{
background-color: #C948D0;
}
</style>
border-color css
<style>
span { border-color: #C948D0; }
span { border-color: rgb(201,72,208); }
td.TdClassName
{
border-color: #C948D0;
}
.TagClassName
{
border-color: #C948D0;
}
</style>