Shades of Fuchsia #C02AC5
Tints of Fuchsia #C02AC5
RGB
CMYK
RGB Variations
Color information
#C02AC5 (or 0xC02AC5) is known color: Fuchsia. HEX triplet: C0, 2A and C5. RGB value is (192,42,197). Sum of RGB (Red+Green+Blue) = 192+42+197=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #C02AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02AC5 is #3FD53A. Grayscale: #686868. Windows color (decimal): -4183355 or 12921536. OLE color: 12921536.
HSL color Cylindrical-coordinate representation of color #C02AC5: hue angle of 298.06º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02AC5 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 42 | 197 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.23 |
| HSL | 298.06º | 0.65% | 0.47% | - |
| HSV(B) | 298.06º | 0.79% | 0.77% | - |
| XYZ | 32.64 | 16.89 | 54.36 | - |
| YUV | 104.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 197 | 0.03 | 0.79 | 0 | 0.23 | 298.06 | 0.65 | 0.47 |
| Hex | C0 | 2A | C5 | 3 | 4F | 0 | 17 | 12A | 41 | 2F |
| Octal | 300 | 52 | 305 | 3 | 117 | 0 | 27 | 452 | 101 | 57 |
| Binary | 11000000 | 101010 | 11000101 | 11 | 1001111 | 0 | 10111 | 100101010 | 1000001 | 101111 |
Color Harmonies of #C02AC5
Complementary color
Monochromatic Colors of #C02AC5
Black with #C02AC5
Text Example
Text Example
White with #C02AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AC5; }
p { color: rgb(192,42,197); }
H1.HeaderClassName
{
color: #C02AC5;
}
.AnyTagClassName
{
color: #C02AC5;
}
</style>
background-color css
<style>
a { background-color: #C02AC5; }
a { background-color: rgb(192,42,197); }
div.DivClassName
{
background-color: #C02AC5;
}
.BgClassName
{
background-color: #C02AC5;
}
</style>
border-color css
<style>
span { border-color: #C02AC5; }
span { border-color: rgb(192,42,197); }
td.TdClassName
{
border-color: #C02AC5;
}
.TagClassName
{
border-color: #C02AC5;
}
</style>