Shades of Fuchsia #C02BB0
Tints of Fuchsia #C02BB0
RGB
CMYK
RGB Variations
Color information
#C02BB0 (or 0xC02BB0) is known color: Fuchsia. HEX triplet: C0, 2B and B0. RGB value is (192,43,176). Sum of RGB (Red+Green+Blue) = 192+43+176=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BB0 is #3FD44F. Grayscale: #666666. Windows color (decimal): -4183120 or 11545536. OLE color: 11545536.
HSL color Cylindrical-coordinate representation of color #C02BB0: hue angle of 306.44º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02BB0 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 176 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.25 |
| HSL | 306.44º | 0.63% | 0.46% | - |
| HSV(B) | 306.44º | 0.78% | 0.75% | - |
| XYZ | 30.44 | 16.07 | 42.57 | - |
| YUV | 102.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 176 | 0 | 0.78 | 0.08 | 0.25 | 306.44 | 0.63 | 0.46 |
| Hex | C0 | 2B | B0 | 0 | 4E | 8 | 19 | 132 | 3F | 2E |
| Octal | 300 | 53 | 260 | 0 | 116 | 10 | 31 | 462 | 77 | 56 |
| Binary | 11000000 | 101011 | 10110000 | 0 | 1001110 | 1000 | 11001 | 100110010 | 111111 | 101110 |
Color Harmonies of #C02BB0
Complementary color
Monochromatic Colors of #C02BB0
Black with #C02BB0
Text Example
Text Example
White with #C02BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BB0; }
p { color: rgb(192,43,176); }
H1.HeaderClassName
{
color: #C02BB0;
}
.AnyTagClassName
{
color: #C02BB0;
}
</style>
background-color css
<style>
a { background-color: #C02BB0; }
a { background-color: rgb(192,43,176); }
div.DivClassName
{
background-color: #C02BB0;
}
.BgClassName
{
background-color: #C02BB0;
}
</style>
border-color css
<style>
span { border-color: #C02BB0; }
span { border-color: rgb(192,43,176); }
td.TdClassName
{
border-color: #C02BB0;
}
.TagClassName
{
border-color: #C02BB0;
}
</style>