Shades of Fuchsia #C42DCB
Tints of Fuchsia #C42DCB
RGB
CMYK
RGB Variations
Color information
#C42DCB (or 0xC42DCB) is known color: Fuchsia. HEX triplet: C4, 2D and CB. RGB value is (196,45,203). Sum of RGB (Red+Green+Blue) = 196+45+203=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #C42DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DCB is #3BD234. Grayscale: #6B6B6B. Windows color (decimal): -3920437 or 13315524. OLE color: 13315524.
HSL color Cylindrical-coordinate representation of color #C42DCB: hue angle of 297.34º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42DCB is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 45 | 203 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.20 |
| HSL | 297.34º | 0.64% | 0.49% | - |
| HSV(B) | 297.34º | 0.78% | 0.8% | - |
| XYZ | 34.48 | 17.92 | 58.14 | - |
| YUV | 108.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 203 | 0.03 | 0.78 | 0 | 0.20 | 297.34 | 0.64 | 0.49 |
| Hex | C4 | 2D | CB | 3 | 4E | 0 | 14 | 129 | 40 | 31 |
| Octal | 304 | 55 | 313 | 3 | 116 | 0 | 24 | 451 | 100 | 61 |
| Binary | 11000100 | 101101 | 11001011 | 11 | 1001110 | 0 | 10100 | 100101001 | 1000000 | 110001 |
Color Harmonies of #C42DCB
Complementary color
Monochromatic Colors of #C42DCB
Black with #C42DCB
Text Example
Text Example
White with #C42DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DCB; }
p { color: rgb(196,45,203); }
H1.HeaderClassName
{
color: #C42DCB;
}
.AnyTagClassName
{
color: #C42DCB;
}
</style>
background-color css
<style>
a { background-color: #C42DCB; }
a { background-color: rgb(196,45,203); }
div.DivClassName
{
background-color: #C42DCB;
}
.BgClassName
{
background-color: #C42DCB;
}
</style>
border-color css
<style>
span { border-color: #C42DCB; }
span { border-color: rgb(196,45,203); }
td.TdClassName
{
border-color: #C42DCB;
}
.TagClassName
{
border-color: #C42DCB;
}
</style>