Shades of Fuchsia #C032B1
Tints of Fuchsia #C032B1
RGB
CMYK
RGB Variations
Color information
#C032B1 (or 0xC032B1) is known color: Fuchsia. HEX triplet: C0, 32 and B1. RGB value is (192,50,177). Sum of RGB (Red+Green+Blue) = 192+50+177=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C032B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032B1 is #3FCD4E. Grayscale: #6A6A6A. Windows color (decimal): -4181327 or 11612864. OLE color: 11612864.
HSL color Cylindrical-coordinate representation of color #C032B1: hue angle of 306.34º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032B1 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 177 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.25 |
| HSL | 306.34º | 0.59% | 0.47% | - |
| HSV(B) | 306.34º | 0.74% | 0.75% | - |
| XYZ | 30.81 | 16.66 | 43.19 | - |
| YUV | 106.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 177 | 0 | 0.74 | 0.08 | 0.25 | 306.34 | 0.59 | 0.47 |
| Hex | C0 | 32 | B1 | 0 | 4A | 8 | 19 | 132 | 3B | 2F |
| Octal | 300 | 62 | 261 | 0 | 112 | 10 | 31 | 462 | 73 | 57 |
| Binary | 11000000 | 110010 | 10110001 | 0 | 1001010 | 1000 | 11001 | 100110010 | 111011 | 101111 |
Color Harmonies of #C032B1
Complementary color
Monochromatic Colors of #C032B1
Black with #C032B1
Text Example
Text Example
White with #C032B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032B1; }
p { color: rgb(192,50,177); }
H1.HeaderClassName
{
color: #C032B1;
}
.AnyTagClassName
{
color: #C032B1;
}
</style>
background-color css
<style>
a { background-color: #C032B1; }
a { background-color: rgb(192,50,177); }
div.DivClassName
{
background-color: #C032B1;
}
.BgClassName
{
background-color: #C032B1;
}
</style>
border-color css
<style>
span { border-color: #C032B1; }
span { border-color: rgb(192,50,177); }
td.TdClassName
{
border-color: #C032B1;
}
.TagClassName
{
border-color: #C032B1;
}
</style>