Shades of Fuchsia #C02CBB
Tints of Fuchsia #C02CBB
RGB
CMYK
RGB Variations
Color information
#C02CBB (or 0xC02CBB) is known color: Fuchsia. HEX triplet: C0, 2C and BB. RGB value is (192,44,187). Sum of RGB (Red+Green+Blue) = 192+44+187=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CBB is #3FD344. Grayscale: #686868. Windows color (decimal): -4182853 or 12266688. OLE color: 12266688.
HSL color Cylindrical-coordinate representation of color #C02CBB: hue angle of 302.03º 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 #C02CBB is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 187 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.25 |
| HSL | 302.03º | 0.63% | 0.46% | - |
| HSV(B) | 302.03º | 0.77% | 0.75% | - |
| XYZ | 31.61 | 16.6 | 48.55 | - |
| YUV | 104.55 | 174.53 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 187 | 0 | 0.77 | 0.03 | 0.25 | 302.03 | 0.63 | 0.46 |
| Hex | C0 | 2C | BB | 0 | 4D | 3 | 19 | 12E | 3F | 2E |
| Octal | 300 | 54 | 273 | 0 | 115 | 3 | 31 | 456 | 77 | 56 |
| Binary | 11000000 | 101100 | 10111011 | 0 | 1001101 | 11 | 11001 | 100101110 | 111111 | 101110 |
Color Harmonies of #C02CBB
Complementary color
Monochromatic Colors of #C02CBB
Black with #C02CBB
Text Example
Text Example
White with #C02CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CBB; }
p { color: rgb(192,44,187); }
H1.HeaderClassName
{
color: #C02CBB;
}
.AnyTagClassName
{
color: #C02CBB;
}
</style>
background-color css
<style>
a { background-color: #C02CBB; }
a { background-color: rgb(192,44,187); }
div.DivClassName
{
background-color: #C02CBB;
}
.BgClassName
{
background-color: #C02CBB;
}
</style>
border-color css
<style>
span { border-color: #C02CBB; }
span { border-color: rgb(192,44,187); }
td.TdClassName
{
border-color: #C02CBB;
}
.TagClassName
{
border-color: #C02CBB;
}
</style>