Shades of Fuchsia #D041C9
Tints of Fuchsia #D041C9
RGB
CMYK
RGB Variations
Color information
#D041C9 (or 0xD041C9) is known color: Fuchsia. HEX triplet: D0, 41 and C9. RGB value is (208,65,201). Sum of RGB (Red+Green+Blue) = 208+65+201=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D041C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041C9 is #2FBE36. Grayscale: #7A7A7A. Windows color (decimal): -3128887 or 13189584. OLE color: 13189584.
HSL color Cylindrical-coordinate representation of color #D041C9: hue angle of 302.94º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D041C9 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 201 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.18 |
| HSL | 302.94º | 0.6% | 0.54% | - |
| HSV(B) | 302.94º | 0.69% | 0.82% | - |
| XYZ | 38.45 | 21.41 | 57.36 | - |
| YUV | 123.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 201 | 0 | 0.69 | 0.03 | 0.18 | 302.94 | 0.6 | 0.54 |
| Hex | D0 | 41 | C9 | 0 | 45 | 3 | 12 | 12F | 3C | 36 |
| Octal | 320 | 101 | 311 | 0 | 105 | 3 | 22 | 457 | 74 | 66 |
| Binary | 11010000 | 1000001 | 11001001 | 0 | 1000101 | 11 | 10010 | 100101111 | 111100 | 110110 |
Color Harmonies of #D041C9
Complementary color
Monochromatic Colors of #D041C9
Black with #D041C9
Text Example
Text Example
White with #D041C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041C9; }
p { color: rgb(208,65,201); }
H1.HeaderClassName
{
color: #D041C9;
}
.AnyTagClassName
{
color: #D041C9;
}
</style>
background-color css
<style>
a { background-color: #D041C9; }
a { background-color: rgb(208,65,201); }
div.DivClassName
{
background-color: #D041C9;
}
.BgClassName
{
background-color: #D041C9;
}
</style>
border-color css
<style>
span { border-color: #D041C9; }
span { border-color: rgb(208,65,201); }
td.TdClassName
{
border-color: #D041C9;
}
.TagClassName
{
border-color: #D041C9;
}
</style>