Shades of Fuchsia #D04CC0
Tints of Fuchsia #D04CC0
RGB
CMYK
RGB Variations
Color information
#D04CC0 (or 0xD04CC0) is known color: Fuchsia. HEX triplet: D0, 4C and C0. RGB value is (208,76,192). Sum of RGB (Red+Green+Blue) = 208+76+192=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CC0 is #2FB33F. Grayscale: #808080. Windows color (decimal): -3126080 or 12602576. OLE color: 12602576.
HSL color Cylindrical-coordinate representation of color #D04CC0: hue angle of 307.27º degrees, saturation: 0.58, 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 #D04CC0 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 192 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.18 |
| HSL | 307.27º | 0.58% | 0.56% | - |
| HSV(B) | 307.27º | 0.63% | 0.82% | - |
| XYZ | 38.11 | 22.38 | 52.18 | - |
| YUV | 128.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 192 | 0 | 0.63 | 0.08 | 0.18 | 307.27 | 0.58 | 0.56 |
| Hex | D0 | 4C | C0 | 0 | 3F | 8 | 12 | 133 | 3A | 38 |
| Octal | 320 | 114 | 300 | 0 | 77 | 10 | 22 | 463 | 72 | 70 |
| Binary | 11010000 | 1001100 | 11000000 | 0 | 111111 | 1000 | 10010 | 100110011 | 111010 | 111000 |
Color Harmonies of #D04CC0
Complementary color
Monochromatic Colors of #D04CC0
Black with #D04CC0
Text Example
Text Example
White with #D04CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CC0; }
p { color: rgb(208,76,192); }
H1.HeaderClassName
{
color: #D04CC0;
}
.AnyTagClassName
{
color: #D04CC0;
}
</style>
background-color css
<style>
a { background-color: #D04CC0; }
a { background-color: rgb(208,76,192); }
div.DivClassName
{
background-color: #D04CC0;
}
.BgClassName
{
background-color: #D04CC0;
}
</style>
border-color css
<style>
span { border-color: #D04CC0; }
span { border-color: rgb(208,76,192); }
td.TdClassName
{
border-color: #D04CC0;
}
.TagClassName
{
border-color: #D04CC0;
}
</style>