Shades of Fuchsia #D42BC0
Tints of Fuchsia #D42BC0
RGB
CMYK
RGB Variations
Color information
#D42BC0 (or 0xD42BC0) is known color: Fuchsia. HEX triplet: D4, 2B and C0. RGB value is (212,43,192). Sum of RGB (Red+Green+Blue) = 212+43+192=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BC0 is #2BD43F. Grayscale: #6E6E6E. Windows color (decimal): -2872384 or 12594132. OLE color: 12594132.
HSL color Cylindrical-coordinate representation of color #D42BC0: hue angle of 307.1º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42BC0 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 192 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.17 |
| HSL | 307.1º | 0.66% | 0.5% | - |
| HSV(B) | 307.1º | 0.8% | 0.83% | - |
| XYZ | 37.53 | 19.53 | 51.66 | - |
| YUV | 110.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 192 | 0 | 0.80 | 0.09 | 0.17 | 307.1 | 0.66 | 0.5 |
| Hex | D4 | 2B | C0 | 0 | 50 | 9 | 11 | 133 | 42 | 32 |
| Octal | 324 | 53 | 300 | 0 | 120 | 11 | 21 | 463 | 102 | 62 |
| Binary | 11010100 | 101011 | 11000000 | 0 | 1010000 | 1001 | 10001 | 100110011 | 1000010 | 110010 |
Color Harmonies of #D42BC0
Complementary color
Monochromatic Colors of #D42BC0
Black with #D42BC0
Text Example
Text Example
White with #D42BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BC0; }
p { color: rgb(212,43,192); }
H1.HeaderClassName
{
color: #D42BC0;
}
.AnyTagClassName
{
color: #D42BC0;
}
</style>
background-color css
<style>
a { background-color: #D42BC0; }
a { background-color: rgb(212,43,192); }
div.DivClassName
{
background-color: #D42BC0;
}
.BgClassName
{
background-color: #D42BC0;
}
</style>
border-color css
<style>
span { border-color: #D42BC0; }
span { border-color: rgb(212,43,192); }
td.TdClassName
{
border-color: #D42BC0;
}
.TagClassName
{
border-color: #D42BC0;
}
</style>