Shades of Fuchsia #C02FC2
Tints of Fuchsia #C02FC2
RGB
CMYK
RGB Variations
Color information
#C02FC2 (or 0xC02FC2) is known color: Fuchsia. HEX triplet: C0, 2F and C2. RGB value is (192,47,194). Sum of RGB (Red+Green+Blue) = 192+47+194=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #C02FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FC2 is #3FD03D. Grayscale: #6A6A6A. Windows color (decimal): -4182078 or 12726208. OLE color: 12726208.
HSL color Cylindrical-coordinate representation of color #C02FC2: hue angle of 299.18º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02FC2 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 47 | 194 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.24 |
| HSL | 299.18º | 0.61% | 0.47% | - |
| HSV(B) | 299.18º | 0.76% | 0.76% | - |
| XYZ | 32.49 | 17.13 | 52.63 | - |
| YUV | 107.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 194 | 0.01 | 0.76 | 0 | 0.24 | 299.18 | 0.61 | 0.47 |
| Hex | C0 | 2F | C2 | 1 | 4C | 0 | 18 | 12B | 3D | 2F |
| Octal | 300 | 57 | 302 | 1 | 114 | 0 | 30 | 453 | 75 | 57 |
| Binary | 11000000 | 101111 | 11000010 | 1 | 1001100 | 0 | 11000 | 100101011 | 111101 | 101111 |
Color Harmonies of #C02FC2
Complementary color
Monochromatic Colors of #C02FC2
Black with #C02FC2
Text Example
Text Example
White with #C02FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FC2; }
p { color: rgb(192,47,194); }
H1.HeaderClassName
{
color: #C02FC2;
}
.AnyTagClassName
{
color: #C02FC2;
}
</style>
background-color css
<style>
a { background-color: #C02FC2; }
a { background-color: rgb(192,47,194); }
div.DivClassName
{
background-color: #C02FC2;
}
.BgClassName
{
background-color: #C02FC2;
}
</style>
border-color css
<style>
span { border-color: #C02FC2; }
span { border-color: rgb(192,47,194); }
td.TdClassName
{
border-color: #C02FC2;
}
.TagClassName
{
border-color: #C02FC2;
}
</style>