Shades of Fuchsia #C42CB1
Tints of Fuchsia #C42CB1
RGB
CMYK
RGB Variations
Color information
#C42CB1 (or 0xC42CB1) is known color: Fuchsia. HEX triplet: C4, 2C and B1. RGB value is (196,44,177). Sum of RGB (Red+Green+Blue) = 196+44+177=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C42CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42CB1 is #3BD34E. Grayscale: #686868. Windows color (decimal): -3920719 or 11611332. OLE color: 11611332.
HSL color Cylindrical-coordinate representation of color #C42CB1: hue angle of 307.5º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42CB1 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 177 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.23 |
| HSL | 307.5º | 0.63% | 0.47% | - |
| HSV(B) | 307.5º | 0.78% | 0.77% | - |
| XYZ | 31.6 | 16.71 | 43.16 | - |
| YUV | 104.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 177 | 0 | 0.78 | 0.10 | 0.23 | 307.5 | 0.63 | 0.47 |
| Hex | C4 | 2C | B1 | 0 | 4E | A | 17 | 134 | 3F | 2F |
| Octal | 304 | 54 | 261 | 0 | 116 | 12 | 27 | 464 | 77 | 57 |
| Binary | 11000100 | 101100 | 10110001 | 0 | 1001110 | 1010 | 10111 | 100110100 | 111111 | 101111 |
Color Harmonies of #C42CB1
Complementary color
Monochromatic Colors of #C42CB1
Black with #C42CB1
Text Example
Text Example
White with #C42CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CB1; }
p { color: rgb(196,44,177); }
H1.HeaderClassName
{
color: #C42CB1;
}
.AnyTagClassName
{
color: #C42CB1;
}
</style>
background-color css
<style>
a { background-color: #C42CB1; }
a { background-color: rgb(196,44,177); }
div.DivClassName
{
background-color: #C42CB1;
}
.BgClassName
{
background-color: #C42CB1;
}
</style>
border-color css
<style>
span { border-color: #C42CB1; }
span { border-color: rgb(196,44,177); }
td.TdClassName
{
border-color: #C42CB1;
}
.TagClassName
{
border-color: #C42CB1;
}
</style>