Shades of Fuchsia #C42DB1
Tints of Fuchsia #C42DB1
RGB
CMYK
RGB Variations
Color information
#C42DB1 (or 0xC42DB1) is known color: Fuchsia. HEX triplet: C4, 2D and B1. RGB value is (196,45,177). Sum of RGB (Red+Green+Blue) = 196+45+177=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DB1 is #3BD24E. Grayscale: #686868. Windows color (decimal): -3920463 or 11611588. OLE color: 11611588.
HSL color Cylindrical-coordinate representation of color #C42DB1: hue angle of 307.55º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DB1 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 177 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.23 |
| HSL | 307.55º | 0.63% | 0.47% | - |
| HSV(B) | 307.55º | 0.77% | 0.77% | - |
| XYZ | 31.64 | 16.79 | 43.17 | - |
| YUV | 105.2 | 168.53 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 177 | 0 | 0.77 | 0.10 | 0.23 | 307.55 | 0.63 | 0.47 |
| Hex | C4 | 2D | B1 | 0 | 4D | A | 17 | 134 | 3F | 2F |
| Octal | 304 | 55 | 261 | 0 | 115 | 12 | 27 | 464 | 77 | 57 |
| Binary | 11000100 | 101101 | 10110001 | 0 | 1001101 | 1010 | 10111 | 100110100 | 111111 | 101111 |
Color Harmonies of #C42DB1
Complementary color
Monochromatic Colors of #C42DB1
Black with #C42DB1
Text Example
Text Example
White with #C42DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DB1; }
p { color: rgb(196,45,177); }
H1.HeaderClassName
{
color: #C42DB1;
}
.AnyTagClassName
{
color: #C42DB1;
}
</style>
background-color css
<style>
a { background-color: #C42DB1; }
a { background-color: rgb(196,45,177); }
div.DivClassName
{
background-color: #C42DB1;
}
.BgClassName
{
background-color: #C42DB1;
}
</style>
border-color css
<style>
span { border-color: #C42DB1; }
span { border-color: rgb(196,45,177); }
td.TdClassName
{
border-color: #C42DB1;
}
.TagClassName
{
border-color: #C42DB1;
}
</style>