Shades of Fuchsia #D03FCC
Tints of Fuchsia #D03FCC
RGB
CMYK
RGB Variations
Color information
#D03FCC (or 0xD03FCC) is known color: Fuchsia. HEX triplet: D0, 3F and CC. RGB value is (208,63,204). Sum of RGB (Red+Green+Blue) = 208+63+204=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FCC is #2FC033. Grayscale: #7A7A7A. Windows color (decimal): -3129396 or 13385680. OLE color: 13385680.
HSL color Cylindrical-coordinate representation of color #D03FCC: hue angle of 301.66º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03FCC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 204 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.18 |
| HSL | 301.66º | 0.61% | 0.53% | - |
| HSV(B) | 301.66º | 0.7% | 0.82% | - |
| XYZ | 38.69 | 21.32 | 59.2 | - |
| YUV | 122.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 204 | 0 | 0.70 | 0.02 | 0.18 | 301.66 | 0.61 | 0.53 |
| Hex | D0 | 3F | CC | 0 | 46 | 2 | 12 | 12E | 3D | 35 |
| Octal | 320 | 77 | 314 | 0 | 106 | 2 | 22 | 456 | 75 | 65 |
| Binary | 11010000 | 111111 | 11001100 | 0 | 1000110 | 10 | 10010 | 100101110 | 111101 | 110101 |
Color Harmonies of #D03FCC
Complementary color
Monochromatic Colors of #D03FCC
Black with #D03FCC
Text Example
Text Example
White with #D03FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FCC; }
p { color: rgb(208,63,204); }
H1.HeaderClassName
{
color: #D03FCC;
}
.AnyTagClassName
{
color: #D03FCC;
}
</style>
background-color css
<style>
a { background-color: #D03FCC; }
a { background-color: rgb(208,63,204); }
div.DivClassName
{
background-color: #D03FCC;
}
.BgClassName
{
background-color: #D03FCC;
}
</style>
border-color css
<style>
span { border-color: #D03FCC; }
span { border-color: rgb(208,63,204); }
td.TdClassName
{
border-color: #D03FCC;
}
.TagClassName
{
border-color: #D03FCC;
}
</style>