Shades of Fuchsia #D04CBC
Tints of Fuchsia #D04CBC
RGB
CMYK
RGB Variations
Color information
#D04CBC (or 0xD04CBC) is known color: Fuchsia. HEX triplet: D0, 4C and BC. RGB value is (208,76,188). Sum of RGB (Red+Green+Blue) = 208+76+188=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CBC is #2FB343. Grayscale: #7F7F7F. Windows color (decimal): -3126084 or 12340432. OLE color: 12340432.
HSL color Cylindrical-coordinate representation of color #D04CBC: hue angle of 309.09º 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 #D04CBC is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 188 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.18 |
| HSL | 309.09º | 0.58% | 0.56% | - |
| HSV(B) | 309.09º | 0.63% | 0.82% | - |
| XYZ | 37.67 | 22.21 | 49.88 | - |
| YUV | 128.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 188 | 0 | 0.63 | 0.10 | 0.18 | 309.09 | 0.58 | 0.56 |
| Hex | D0 | 4C | BC | 0 | 3F | A | 12 | 135 | 3A | 38 |
| Octal | 320 | 114 | 274 | 0 | 77 | 12 | 22 | 465 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10111100 | 0 | 111111 | 1010 | 10010 | 100110101 | 111010 | 111000 |
Color Harmonies of #D04CBC
Complementary color
Monochromatic Colors of #D04CBC
Black with #D04CBC
Text Example
Text Example
White with #D04CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CBC; }
p { color: rgb(208,76,188); }
H1.HeaderClassName
{
color: #D04CBC;
}
.AnyTagClassName
{
color: #D04CBC;
}
</style>
background-color css
<style>
a { background-color: #D04CBC; }
a { background-color: rgb(208,76,188); }
div.DivClassName
{
background-color: #D04CBC;
}
.BgClassName
{
background-color: #D04CBC;
}
</style>
border-color css
<style>
span { border-color: #D04CBC; }
span { border-color: rgb(208,76,188); }
td.TdClassName
{
border-color: #D04CBC;
}
.TagClassName
{
border-color: #D04CBC;
}
</style>