Shades of Fuchsia #D43CC7
Tints of Fuchsia #D43CC7
RGB
CMYK
RGB Variations
Color information
#D43CC7 (or 0xD43CC7) is known color: Fuchsia. HEX triplet: D4, 3C and C7. RGB value is (212,60,199). Sum of RGB (Red+Green+Blue) = 212+60+199=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CC7 is #2BC338. Grayscale: #787878. Windows color (decimal): -2868025 or 13057236. OLE color: 13057236.
HSL color Cylindrical-coordinate representation of color #D43CC7: hue angle of 305.13º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43CC7 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 199 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.17 |
| HSL | 305.13º | 0.64% | 0.53% | - |
| HSV(B) | 305.13º | 0.72% | 0.83% | - |
| XYZ | 39.08 | 21.35 | 56.09 | - |
| YUV | 121.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 199 | 0 | 0.72 | 0.06 | 0.17 | 305.13 | 0.64 | 0.53 |
| Hex | D4 | 3C | C7 | 0 | 48 | 6 | 11 | 131 | 40 | 35 |
| Octal | 324 | 74 | 307 | 0 | 110 | 6 | 21 | 461 | 100 | 65 |
| Binary | 11010100 | 111100 | 11000111 | 0 | 1001000 | 110 | 10001 | 100110001 | 1000000 | 110101 |
Color Harmonies of #D43CC7
Complementary color
Monochromatic Colors of #D43CC7
Black with #D43CC7
Text Example
Text Example
White with #D43CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CC7; }
p { color: rgb(212,60,199); }
H1.HeaderClassName
{
color: #D43CC7;
}
.AnyTagClassName
{
color: #D43CC7;
}
</style>
background-color css
<style>
a { background-color: #D43CC7; }
a { background-color: rgb(212,60,199); }
div.DivClassName
{
background-color: #D43CC7;
}
.BgClassName
{
background-color: #D43CC7;
}
</style>
border-color css
<style>
span { border-color: #D43CC7; }
span { border-color: rgb(212,60,199); }
td.TdClassName
{
border-color: #D43CC7;
}
.TagClassName
{
border-color: #D43CC7;
}
</style>