Shades of Fuchsia #C42DB7
Tints of Fuchsia #C42DB7
RGB
CMYK
RGB Variations
Color information
#C42DB7 (or 0xC42DB7) is known color: Fuchsia. HEX triplet: C4, 2D and B7. RGB value is (196,45,183). Sum of RGB (Red+Green+Blue) = 196+45+183=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DB7 is #3BD248. Grayscale: #696969. Windows color (decimal): -3920457 or 12004804. OLE color: 12004804.
HSL color Cylindrical-coordinate representation of color #C42DB7: hue angle of 305.17º 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 #C42DB7 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 183 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.23 |
| HSL | 305.17º | 0.63% | 0.47% | - |
| HSV(B) | 305.17º | 0.77% | 0.77% | - |
| XYZ | 32.25 | 17.03 | 46.39 | - |
| YUV | 105.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 183 | 0 | 0.77 | 0.07 | 0.23 | 305.17 | 0.63 | 0.47 |
| Hex | C4 | 2D | B7 | 0 | 4D | 7 | 17 | 131 | 3F | 2F |
| Octal | 304 | 55 | 267 | 0 | 115 | 7 | 27 | 461 | 77 | 57 |
| Binary | 11000100 | 101101 | 10110111 | 0 | 1001101 | 111 | 10111 | 100110001 | 111111 | 101111 |
Color Harmonies of #C42DB7
Complementary color
Monochromatic Colors of #C42DB7
Black with #C42DB7
Text Example
Text Example
White with #C42DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DB7; }
p { color: rgb(196,45,183); }
H1.HeaderClassName
{
color: #C42DB7;
}
.AnyTagClassName
{
color: #C42DB7;
}
</style>
background-color css
<style>
a { background-color: #C42DB7; }
a { background-color: rgb(196,45,183); }
div.DivClassName
{
background-color: #C42DB7;
}
.BgClassName
{
background-color: #C42DB7;
}
</style>
border-color css
<style>
span { border-color: #C42DB7; }
span { border-color: rgb(196,45,183); }
td.TdClassName
{
border-color: #C42DB7;
}
.TagClassName
{
border-color: #C42DB7;
}
</style>