Shades of Fuchsia #C02FC5
Tints of Fuchsia #C02FC5
RGB
CMYK
RGB Variations
Color information
#C02FC5 (or 0xC02FC5) is known color: Fuchsia. HEX triplet: C0, 2F and C5. RGB value is (192,47,197). Sum of RGB (Red+Green+Blue) = 192+47+197=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #C02FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FC5 is #3FD03A. Grayscale: #6A6A6A. Windows color (decimal): -4182075 or 12922816. OLE color: 12922816.
HSL color Cylindrical-coordinate representation of color #C02FC5: hue angle of 298º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02FC5 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 47 | 197 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.23 |
| HSL | 298º | 0.61% | 0.48% | - |
| HSV(B) | 298º | 0.76% | 0.77% | - |
| XYZ | 32.83 | 17.27 | 54.43 | - |
| YUV | 107.46 | 178.54 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 197 | 0.03 | 0.76 | 0 | 0.23 | 298 | 0.61 | 0.48 |
| Hex | C0 | 2F | C5 | 3 | 4C | 0 | 17 | 12A | 3D | 30 |
| Octal | 300 | 57 | 305 | 3 | 114 | 0 | 27 | 452 | 75 | 60 |
| Binary | 11000000 | 101111 | 11000101 | 11 | 1001100 | 0 | 10111 | 100101010 | 111101 | 110000 |
Color Harmonies of #C02FC5
Complementary color
Monochromatic Colors of #C02FC5
Black with #C02FC5
Text Example
Text Example
White with #C02FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FC5; }
p { color: rgb(192,47,197); }
H1.HeaderClassName
{
color: #C02FC5;
}
.AnyTagClassName
{
color: #C02FC5;
}
</style>
background-color css
<style>
a { background-color: #C02FC5; }
a { background-color: rgb(192,47,197); }
div.DivClassName
{
background-color: #C02FC5;
}
.BgClassName
{
background-color: #C02FC5;
}
</style>
border-color css
<style>
span { border-color: #C02FC5; }
span { border-color: rgb(192,47,197); }
td.TdClassName
{
border-color: #C02FC5;
}
.TagClassName
{
border-color: #C02FC5;
}
</style>