Shades of Fuchsia #C949D1
Tints of Fuchsia #C949D1
RGB
CMYK
RGB Variations
Color information
#C949D1 (or 0xC949D1) is known color: Fuchsia. HEX triplet: C9, 49 and D1. RGB value is (201,73,209). Sum of RGB (Red+Green+Blue) = 201+73+209=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #C949D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949D1 is #36B62E. Grayscale: #7E7E7E. Windows color (decimal): -3585583 or 13715913. OLE color: 13715913.
HSL color Cylindrical-coordinate representation of color #C949D1: hue angle of 296.47º degrees, saturation: 0.6, 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 #C949D1 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 73 | 209 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.18 |
| HSL | 296.47º | 0.6% | 0.55% | - |
| HSV(B) | 296.47º | 0.65% | 0.82% | - |
| XYZ | 37.98 | 21.79 | 62.53 | - |
| YUV | 126.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 209 | 0.04 | 0.65 | 0 | 0.18 | 296.47 | 0.6 | 0.55 |
| Hex | C9 | 49 | D1 | 4 | 41 | 0 | 12 | 128 | 3C | 37 |
| Octal | 311 | 111 | 321 | 4 | 101 | 0 | 22 | 450 | 74 | 67 |
| Binary | 11001001 | 1001001 | 11010001 | 100 | 1000001 | 0 | 10010 | 100101000 | 111100 | 110111 |
Color Harmonies of #C949D1
Complementary color
Monochromatic Colors of #C949D1
Black with #C949D1
Text Example
Text Example
White with #C949D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949D1; }
p { color: rgb(201,73,209); }
H1.HeaderClassName
{
color: #C949D1;
}
.AnyTagClassName
{
color: #C949D1;
}
</style>
background-color css
<style>
a { background-color: #C949D1; }
a { background-color: rgb(201,73,209); }
div.DivClassName
{
background-color: #C949D1;
}
.BgClassName
{
background-color: #C949D1;
}
</style>
border-color css
<style>
span { border-color: #C949D1; }
span { border-color: rgb(201,73,209); }
td.TdClassName
{
border-color: #C949D1;
}
.TagClassName
{
border-color: #C949D1;
}
</style>