Shades of Fuchsia #C02AC7
Tints of Fuchsia #C02AC7
RGB
CMYK
RGB Variations
Color information
#C02AC7 (or 0xC02AC7) is known color: Fuchsia. HEX triplet: C0, 2A and C7. RGB value is (192,42,199). Sum of RGB (Red+Green+Blue) = 192+42+199=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #C02AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02AC7 is #3FD538. Grayscale: #686868. Windows color (decimal): -4183353 or 13052608. OLE color: 13052608.
HSL color Cylindrical-coordinate representation of color #C02AC7: hue angle of 297.32º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02AC7 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 42 | 199 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.22 |
| HSL | 297.32º | 0.65% | 0.47% | - |
| HSV(B) | 297.32º | 0.79% | 0.78% | - |
| XYZ | 32.88 | 16.99 | 55.58 | - |
| YUV | 104.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 199 | 0.04 | 0.79 | 0 | 0.22 | 297.32 | 0.65 | 0.47 |
| Hex | C0 | 2A | C7 | 4 | 4F | 0 | 16 | 129 | 41 | 2F |
| Octal | 300 | 52 | 307 | 4 | 117 | 0 | 26 | 451 | 101 | 57 |
| Binary | 11000000 | 101010 | 11000111 | 100 | 1001111 | 0 | 10110 | 100101001 | 1000001 | 101111 |
Color Harmonies of #C02AC7
Complementary color
Monochromatic Colors of #C02AC7
Black with #C02AC7
Text Example
Text Example
White with #C02AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AC7; }
p { color: rgb(192,42,199); }
H1.HeaderClassName
{
color: #C02AC7;
}
.AnyTagClassName
{
color: #C02AC7;
}
</style>
background-color css
<style>
a { background-color: #C02AC7; }
a { background-color: rgb(192,42,199); }
div.DivClassName
{
background-color: #C02AC7;
}
.BgClassName
{
background-color: #C02AC7;
}
</style>
border-color css
<style>
span { border-color: #C02AC7; }
span { border-color: rgb(192,42,199); }
td.TdClassName
{
border-color: #C02AC7;
}
.TagClassName
{
border-color: #C02AC7;
}
</style>