Shades of Fuchsia #C02CC5
Tints of Fuchsia #C02CC5
RGB
CMYK
RGB Variations
Color information
#C02CC5 (or 0xC02CC5) is known color: Fuchsia. HEX triplet: C0, 2C and C5. RGB value is (192,44,197). Sum of RGB (Red+Green+Blue) = 192+44+197=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #C02CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CC5 is #3FD33A. Grayscale: #696969. Windows color (decimal): -4182843 or 12922048. OLE color: 12922048.
HSL color Cylindrical-coordinate representation of color #C02CC5: hue angle of 298.04º 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 #C02CC5 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 44 | 197 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.23 |
| HSL | 298.04º | 0.63% | 0.47% | - |
| HSV(B) | 298.04º | 0.78% | 0.77% | - |
| XYZ | 32.72 | 17.04 | 54.39 | - |
| YUV | 105.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 197 | 0.03 | 0.78 | 0 | 0.23 | 298.04 | 0.63 | 0.47 |
| Hex | C0 | 2C | C5 | 3 | 4E | 0 | 17 | 12A | 3F | 2F |
| Octal | 300 | 54 | 305 | 3 | 116 | 0 | 27 | 452 | 77 | 57 |
| Binary | 11000000 | 101100 | 11000101 | 11 | 1001110 | 0 | 10111 | 100101010 | 111111 | 101111 |
Color Harmonies of #C02CC5
Complementary color
Monochromatic Colors of #C02CC5
Black with #C02CC5
Text Example
Text Example
White with #C02CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CC5; }
p { color: rgb(192,44,197); }
H1.HeaderClassName
{
color: #C02CC5;
}
.AnyTagClassName
{
color: #C02CC5;
}
</style>
background-color css
<style>
a { background-color: #C02CC5; }
a { background-color: rgb(192,44,197); }
div.DivClassName
{
background-color: #C02CC5;
}
.BgClassName
{
background-color: #C02CC5;
}
</style>
border-color css
<style>
span { border-color: #C02CC5; }
span { border-color: rgb(192,44,197); }
td.TdClassName
{
border-color: #C02CC5;
}
.TagClassName
{
border-color: #C02CC5;
}
</style>