Shades of Fuchsia #C042B9
Tints of Fuchsia #C042B9
RGB
CMYK
RGB Variations
Color information
#C042B9 (or 0xC042B9) is known color: Fuchsia. HEX triplet: C0, 42 and B9. RGB value is (192,66,185). Sum of RGB (Red+Green+Blue) = 192+66+185=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C042B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042B9 is #3FBD46. Grayscale: #747474. Windows color (decimal): -4177223 or 12141248. OLE color: 12141248.
HSL color Cylindrical-coordinate representation of color #C042B9: hue angle of 303.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C042B9 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 185 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.25 |
| HSL | 303.33º | 0.5% | 0.51% | - |
| HSV(B) | 303.33º | 0.66% | 0.75% | - |
| XYZ | 32.44 | 18.61 | 47.78 | - |
| YUV | 117.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 185 | 0 | 0.66 | 0.04 | 0.25 | 303.33 | 0.5 | 0.51 |
| Hex | C0 | 42 | B9 | 0 | 42 | 4 | 19 | 12F | 32 | 33 |
| Octal | 300 | 102 | 271 | 0 | 102 | 4 | 31 | 457 | 62 | 63 |
| Binary | 11000000 | 1000010 | 10111001 | 0 | 1000010 | 100 | 11001 | 100101111 | 110010 | 110011 |
Color Harmonies of #C042B9
Complementary color
Monochromatic Colors of #C042B9
Black with #C042B9
Text Example
Text Example
White with #C042B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042B9; }
p { color: rgb(192,66,185); }
H1.HeaderClassName
{
color: #C042B9;
}
.AnyTagClassName
{
color: #C042B9;
}
</style>
background-color css
<style>
a { background-color: #C042B9; }
a { background-color: rgb(192,66,185); }
div.DivClassName
{
background-color: #C042B9;
}
.BgClassName
{
background-color: #C042B9;
}
</style>
border-color css
<style>
span { border-color: #C042B9; }
span { border-color: rgb(192,66,185); }
td.TdClassName
{
border-color: #C042B9;
}
.TagClassName
{
border-color: #C042B9;
}
</style>