Shades of Fuchsia #C02CB0
Tints of Fuchsia #C02CB0
RGB
CMYK
RGB Variations
Color information
#C02CB0 (or 0xC02CB0) is known color: Fuchsia. HEX triplet: C0, 2C and B0. RGB value is (192,44,176). Sum of RGB (Red+Green+Blue) = 192+44+176=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02CB0 is #3FD34F. Grayscale: #666666. Windows color (decimal): -4182864 or 11545792. OLE color: 11545792.
HSL color Cylindrical-coordinate representation of color #C02CB0: hue angle of 306.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02CB0 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 176 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.25 |
| HSL | 306.49º | 0.63% | 0.46% | - |
| HSV(B) | 306.49º | 0.77% | 0.75% | - |
| XYZ | 30.48 | 16.14 | 42.58 | - |
| YUV | 103.3 | 169.03 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 176 | 0 | 0.77 | 0.08 | 0.25 | 306.49 | 0.63 | 0.46 |
| Hex | C0 | 2C | B0 | 0 | 4D | 8 | 19 | 132 | 3F | 2E |
| Octal | 300 | 54 | 260 | 0 | 115 | 10 | 31 | 462 | 77 | 56 |
| Binary | 11000000 | 101100 | 10110000 | 0 | 1001101 | 1000 | 11001 | 100110010 | 111111 | 101110 |
Color Harmonies of #C02CB0
Complementary color
Monochromatic Colors of #C02CB0
Black with #C02CB0
Text Example
Text Example
White with #C02CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CB0; }
p { color: rgb(192,44,176); }
H1.HeaderClassName
{
color: #C02CB0;
}
.AnyTagClassName
{
color: #C02CB0;
}
</style>
background-color css
<style>
a { background-color: #C02CB0; }
a { background-color: rgb(192,44,176); }
div.DivClassName
{
background-color: #C02CB0;
}
.BgClassName
{
background-color: #C02CB0;
}
</style>
border-color css
<style>
span { border-color: #C02CB0; }
span { border-color: rgb(192,44,176); }
td.TdClassName
{
border-color: #C02CB0;
}
.TagClassName
{
border-color: #C02CB0;
}
</style>