Shades of Fuchsia #C94DD1
Tints of Fuchsia #C94DD1
RGB
CMYK
RGB Variations
Color information
#C94DD1 (or 0xC94DD1) is known color: Fuchsia. HEX triplet: C9, 4D and D1. RGB value is (201,77,209). Sum of RGB (Red+Green+Blue) = 201+77+209=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #C94DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DD1 is #36B22E. Grayscale: #808080. Windows color (decimal): -3584559 or 13716937. OLE color: 13716937.
HSL color Cylindrical-coordinate representation of color #C94DD1: hue angle of 296.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94DD1 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 77 | 209 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.18 |
| HSL | 296.36º | 0.59% | 0.56% | - |
| HSV(B) | 296.36º | 0.63% | 0.82% | - |
| XYZ | 38.25 | 22.33 | 62.62 | - |
| YUV | 129.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 209 | 0.04 | 0.63 | 0 | 0.18 | 296.36 | 0.59 | 0.56 |
| Hex | C9 | 4D | D1 | 4 | 3F | 0 | 12 | 128 | 3B | 38 |
| Octal | 311 | 115 | 321 | 4 | 77 | 0 | 22 | 450 | 73 | 70 |
| Binary | 11001001 | 1001101 | 11010001 | 100 | 111111 | 0 | 10010 | 100101000 | 111011 | 111000 |
Color Harmonies of #C94DD1
Complementary color
Monochromatic Colors of #C94DD1
Black with #C94DD1
Text Example
Text Example
White with #C94DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DD1; }
p { color: rgb(201,77,209); }
H1.HeaderClassName
{
color: #C94DD1;
}
.AnyTagClassName
{
color: #C94DD1;
}
</style>
background-color css
<style>
a { background-color: #C94DD1; }
a { background-color: rgb(201,77,209); }
div.DivClassName
{
background-color: #C94DD1;
}
.BgClassName
{
background-color: #C94DD1;
}
</style>
border-color css
<style>
span { border-color: #C94DD1; }
span { border-color: rgb(201,77,209); }
td.TdClassName
{
border-color: #C94DD1;
}
.TagClassName
{
border-color: #C94DD1;
}
</style>