Shades of Fuchsia #D03CC1
Tints of Fuchsia #D03CC1
RGB
CMYK
RGB Variations
Color information
#D03CC1 (or 0xD03CC1) is known color: Fuchsia. HEX triplet: D0, 3C and C1. RGB value is (208,60,193). Sum of RGB (Red+Green+Blue) = 208+60+193=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CC1 is #2FC33E. Grayscale: #777777. Windows color (decimal): -3130175 or 12664016. OLE color: 12664016.
HSL color Cylindrical-coordinate representation of color #D03CC1: hue angle of 306.08º 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 #D03CC1 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 193 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.18 |
| HSL | 306.08º | 0.61% | 0.53% | - |
| HSV(B) | 306.08º | 0.71% | 0.82% | - |
| XYZ | 37.25 | 20.49 | 52.44 | - |
| YUV | 119.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 193 | 0 | 0.71 | 0.07 | 0.18 | 306.08 | 0.61 | 0.53 |
| Hex | D0 | 3C | C1 | 0 | 47 | 7 | 12 | 132 | 3D | 35 |
| Octal | 320 | 74 | 301 | 0 | 107 | 7 | 22 | 462 | 75 | 65 |
| Binary | 11010000 | 111100 | 11000001 | 0 | 1000111 | 111 | 10010 | 100110010 | 111101 | 110101 |
Color Harmonies of #D03CC1
Complementary color
Monochromatic Colors of #D03CC1
Black with #D03CC1
Text Example
Text Example
White with #D03CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CC1; }
p { color: rgb(208,60,193); }
H1.HeaderClassName
{
color: #D03CC1;
}
.AnyTagClassName
{
color: #D03CC1;
}
</style>
background-color css
<style>
a { background-color: #D03CC1; }
a { background-color: rgb(208,60,193); }
div.DivClassName
{
background-color: #D03CC1;
}
.BgClassName
{
background-color: #D03CC1;
}
</style>
border-color css
<style>
span { border-color: #D03CC1; }
span { border-color: rgb(208,60,193); }
td.TdClassName
{
border-color: #D03CC1;
}
.TagClassName
{
border-color: #D03CC1;
}
</style>