Shades of Fuchsia #C42FCB
Tints of Fuchsia #C42FCB
RGB
CMYK
RGB Variations
Color information
#C42FCB (or 0xC42FCB) is known color: Fuchsia. HEX triplet: C4, 2F and CB. RGB value is (196,47,203). Sum of RGB (Red+Green+Blue) = 196+47+203=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #C42FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FCB is #3BD034. Grayscale: #6C6C6C. Windows color (decimal): -3919925 or 13316036. OLE color: 13316036.
HSL color Cylindrical-coordinate representation of color #C42FCB: hue angle of 297.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42FCB is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 47 | 203 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.20 |
| HSL | 297.31º | 0.62% | 0.49% | - |
| HSV(B) | 297.31º | 0.77% | 0.8% | - |
| XYZ | 34.56 | 18.08 | 58.17 | - |
| YUV | 109.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 203 | 0.03 | 0.77 | 0 | 0.20 | 297.31 | 0.62 | 0.49 |
| Hex | C4 | 2F | CB | 3 | 4D | 0 | 14 | 129 | 3E | 31 |
| Octal | 304 | 57 | 313 | 3 | 115 | 0 | 24 | 451 | 76 | 61 |
| Binary | 11000100 | 101111 | 11001011 | 11 | 1001101 | 0 | 10100 | 100101001 | 111110 | 110001 |
Color Harmonies of #C42FCB
Complementary color
Monochromatic Colors of #C42FCB
Black with #C42FCB
Text Example
Text Example
White with #C42FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FCB; }
p { color: rgb(196,47,203); }
H1.HeaderClassName
{
color: #C42FCB;
}
.AnyTagClassName
{
color: #C42FCB;
}
</style>
background-color css
<style>
a { background-color: #C42FCB; }
a { background-color: rgb(196,47,203); }
div.DivClassName
{
background-color: #C42FCB;
}
.BgClassName
{
background-color: #C42FCB;
}
</style>
border-color css
<style>
span { border-color: #C42FCB; }
span { border-color: rgb(196,47,203); }
td.TdClassName
{
border-color: #C42FCB;
}
.TagClassName
{
border-color: #C42FCB;
}
</style>