Shades of Fuchsia #D42CC5
Tints of Fuchsia #D42CC5
RGB
CMYK
RGB Variations
Color information
#D42CC5 (or 0xD42CC5) is known color: Fuchsia. HEX triplet: D4, 2C and C5. RGB value is (212,44,197). Sum of RGB (Red+Green+Blue) = 212+44+197=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CC5 is #2BD33A. Grayscale: #6F6F6F. Windows color (decimal): -2872123 or 12922068. OLE color: 12922068.
HSL color Cylindrical-coordinate representation of color #D42CC5: hue angle of 305.36º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42CC5 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 44 | 197 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.17 |
| HSL | 305.36º | 0.66% | 0.5% | - |
| HSV(B) | 305.36º | 0.79% | 0.83% | - |
| XYZ | 38.13 | 19.83 | 54.64 | - |
| YUV | 111.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 197 | 0 | 0.79 | 0.07 | 0.17 | 305.36 | 0.66 | 0.5 |
| Hex | D4 | 2C | C5 | 0 | 4F | 7 | 11 | 131 | 42 | 32 |
| Octal | 324 | 54 | 305 | 0 | 117 | 7 | 21 | 461 | 102 | 62 |
| Binary | 11010100 | 101100 | 11000101 | 0 | 1001111 | 111 | 10001 | 100110001 | 1000010 | 110010 |
Color Harmonies of #D42CC5
Complementary color
Monochromatic Colors of #D42CC5
Black with #D42CC5
Text Example
Text Example
White with #D42CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CC5; }
p { color: rgb(212,44,197); }
H1.HeaderClassName
{
color: #D42CC5;
}
.AnyTagClassName
{
color: #D42CC5;
}
</style>
background-color css
<style>
a { background-color: #D42CC5; }
a { background-color: rgb(212,44,197); }
div.DivClassName
{
background-color: #D42CC5;
}
.BgClassName
{
background-color: #D42CC5;
}
</style>
border-color css
<style>
span { border-color: #D42CC5; }
span { border-color: rgb(212,44,197); }
td.TdClassName
{
border-color: #D42CC5;
}
.TagClassName
{
border-color: #D42CC5;
}
</style>