Shades of Fuchsia #D03CCC
Tints of Fuchsia #D03CCC
RGB
CMYK
RGB Variations
Color information
#D03CCC (or 0xD03CCC) is known color: Fuchsia. HEX triplet: D0, 3C and CC. RGB value is (208,60,204). Sum of RGB (Red+Green+Blue) = 208+60+204=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CCC is #2FC333. Grayscale: #787878. Windows color (decimal): -3130164 or 13384912. OLE color: 13384912.
HSL color Cylindrical-coordinate representation of color #D03CCC: hue angle of 301.62º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03CCC is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 204 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.18 |
| HSL | 301.62º | 0.61% | 0.53% | - |
| HSV(B) | 301.62º | 0.71% | 0.82% | - |
| XYZ | 38.53 | 21 | 59.15 | - |
| YUV | 120.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 204 | 0 | 0.71 | 0.02 | 0.18 | 301.62 | 0.61 | 0.53 |
| Hex | D0 | 3C | CC | 0 | 47 | 2 | 12 | 12E | 3D | 35 |
| Octal | 320 | 74 | 314 | 0 | 107 | 2 | 22 | 456 | 75 | 65 |
| Binary | 11010000 | 111100 | 11001100 | 0 | 1000111 | 10 | 10010 | 100101110 | 111101 | 110101 |
Color Harmonies of #D03CCC
Complementary color
Monochromatic Colors of #D03CCC
Black with #D03CCC
Text Example
Text Example
White with #D03CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CCC; }
p { color: rgb(208,60,204); }
H1.HeaderClassName
{
color: #D03CCC;
}
.AnyTagClassName
{
color: #D03CCC;
}
</style>
background-color css
<style>
a { background-color: #D03CCC; }
a { background-color: rgb(208,60,204); }
div.DivClassName
{
background-color: #D03CCC;
}
.BgClassName
{
background-color: #D03CCC;
}
</style>
border-color css
<style>
span { border-color: #D03CCC; }
span { border-color: rgb(208,60,204); }
td.TdClassName
{
border-color: #D03CCC;
}
.TagClassName
{
border-color: #D03CCC;
}
</style>