Shades of Fuchsia #C42CCB
Tints of Fuchsia #C42CCB
RGB
CMYK
RGB Variations
Color information
#C42CCB (or 0xC42CCB) is known color: Fuchsia. HEX triplet: C4, 2C and CB. RGB value is (196,44,203). Sum of RGB (Red+Green+Blue) = 196+44+203=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #C42CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CCB is #3BD334. Grayscale: #6B6B6B. Windows color (decimal): -3920693 or 13315268. OLE color: 13315268.
HSL color Cylindrical-coordinate representation of color #C42CCB: hue angle of 297.36º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42CCB is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 44 | 203 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.20 |
| HSL | 297.36º | 0.64% | 0.48% | - |
| HSV(B) | 297.36º | 0.78% | 0.8% | - |
| XYZ | 34.45 | 17.85 | 58.13 | - |
| YUV | 107.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 203 | 0.03 | 0.78 | 0 | 0.20 | 297.36 | 0.64 | 0.48 |
| Hex | C4 | 2C | CB | 3 | 4E | 0 | 14 | 129 | 40 | 30 |
| Octal | 304 | 54 | 313 | 3 | 116 | 0 | 24 | 451 | 100 | 60 |
| Binary | 11000100 | 101100 | 11001011 | 11 | 1001110 | 0 | 10100 | 100101001 | 1000000 | 110000 |
Color Harmonies of #C42CCB
Complementary color
Monochromatic Colors of #C42CCB
Black with #C42CCB
Text Example
Text Example
White with #C42CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CCB; }
p { color: rgb(196,44,203); }
H1.HeaderClassName
{
color: #C42CCB;
}
.AnyTagClassName
{
color: #C42CCB;
}
</style>
background-color css
<style>
a { background-color: #C42CCB; }
a { background-color: rgb(196,44,203); }
div.DivClassName
{
background-color: #C42CCB;
}
.BgClassName
{
background-color: #C42CCB;
}
</style>
border-color css
<style>
span { border-color: #C42CCB; }
span { border-color: rgb(196,44,203); }
td.TdClassName
{
border-color: #C42CCB;
}
.TagClassName
{
border-color: #C42CCB;
}
</style>