Shades of Fuchsia #C02BC6
Tints of Fuchsia #C02BC6
RGB
CMYK
RGB Variations
Color information
#C02BC6 (or 0xC02BC6) is known color: Fuchsia. HEX triplet: C0, 2B and C6. RGB value is (192,43,198). Sum of RGB (Red+Green+Blue) = 192+43+198=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #C02BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BC6 is #3FD439. Grayscale: #686868. Windows color (decimal): -4183098 or 12987328. OLE color: 12987328.
HSL color Cylindrical-coordinate representation of color #C02BC6: hue angle of 297.68º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02BC6 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 43 | 198 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.22 |
| HSL | 297.68º | 0.64% | 0.47% | - |
| HSV(B) | 297.68º | 0.78% | 0.78% | - |
| XYZ | 32.8 | 17.01 | 54.98 | - |
| YUV | 105.22 | 180.36 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 198 | 0.03 | 0.78 | 0 | 0.22 | 297.68 | 0.64 | 0.47 |
| Hex | C0 | 2B | C6 | 3 | 4E | 0 | 16 | 12A | 40 | 2F |
| Octal | 300 | 53 | 306 | 3 | 116 | 0 | 26 | 452 | 100 | 57 |
| Binary | 11000000 | 101011 | 11000110 | 11 | 1001110 | 0 | 10110 | 100101010 | 1000000 | 101111 |
Color Harmonies of #C02BC6
Complementary color
Monochromatic Colors of #C02BC6
Black with #C02BC6
Text Example
Text Example
White with #C02BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BC6; }
p { color: rgb(192,43,198); }
H1.HeaderClassName
{
color: #C02BC6;
}
.AnyTagClassName
{
color: #C02BC6;
}
</style>
background-color css
<style>
a { background-color: #C02BC6; }
a { background-color: rgb(192,43,198); }
div.DivClassName
{
background-color: #C02BC6;
}
.BgClassName
{
background-color: #C02BC6;
}
</style>
border-color css
<style>
span { border-color: #C02BC6; }
span { border-color: rgb(192,43,198); }
td.TdClassName
{
border-color: #C02BC6;
}
.TagClassName
{
border-color: #C02BC6;
}
</style>