Shades of Fuchsia #C42CB0
Tints of Fuchsia #C42CB0
RGB
CMYK
RGB Variations
Color information
#C42CB0 (or 0xC42CB0) is known color: Fuchsia. HEX triplet: C4, 2C and B0. RGB value is (196,44,176). Sum of RGB (Red+Green+Blue) = 196+44+176=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C42CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42CB0 is #3BD34F. Grayscale: #686868. Windows color (decimal): -3920720 or 11545796. OLE color: 11545796.
HSL color Cylindrical-coordinate representation of color #C42CB0: hue angle of 307.89º 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 #C42CB0 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 176 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.23 |
| HSL | 307.89º | 0.63% | 0.47% | - |
| HSV(B) | 307.89º | 0.78% | 0.77% | - |
| XYZ | 31.5 | 16.67 | 42.63 | - |
| YUV | 104.5 | 168.36 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 176 | 0 | 0.78 | 0.10 | 0.23 | 307.89 | 0.63 | 0.47 |
| Hex | C4 | 2C | B0 | 0 | 4E | A | 17 | 134 | 3F | 2F |
| Octal | 304 | 54 | 260 | 0 | 116 | 12 | 27 | 464 | 77 | 57 |
| Binary | 11000100 | 101100 | 10110000 | 0 | 1001110 | 1010 | 10111 | 100110100 | 111111 | 101111 |
Color Harmonies of #C42CB0
Complementary color
Monochromatic Colors of #C42CB0
Black with #C42CB0
Text Example
Text Example
White with #C42CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CB0; }
p { color: rgb(196,44,176); }
H1.HeaderClassName
{
color: #C42CB0;
}
.AnyTagClassName
{
color: #C42CB0;
}
</style>
background-color css
<style>
a { background-color: #C42CB0; }
a { background-color: rgb(196,44,176); }
div.DivClassName
{
background-color: #C42CB0;
}
.BgClassName
{
background-color: #C42CB0;
}
</style>
border-color css
<style>
span { border-color: #C42CB0; }
span { border-color: rgb(196,44,176); }
td.TdClassName
{
border-color: #C42CB0;
}
.TagClassName
{
border-color: #C42CB0;
}
</style>