Shades of Fuchsia #C02DBC
Tints of Fuchsia #C02DBC
RGB
CMYK
RGB Variations
Color information
#C02DBC (or 0xC02DBC) is known color: Fuchsia. HEX triplet: C0, 2D and BC. RGB value is (192,45,188). Sum of RGB (Red+Green+Blue) = 192+45+188=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DBC is #3FD243. Grayscale: #686868. Windows color (decimal): -4182596 or 12332480. OLE color: 12332480.
HSL color Cylindrical-coordinate representation of color #C02DBC: hue angle of 301.63º degrees, saturation: 0.62, 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 #C02DBC is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 188 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.25 |
| HSL | 301.63º | 0.62% | 0.46% | - |
| HSV(B) | 301.63º | 0.77% | 0.75% | - |
| XYZ | 31.75 | 16.71 | 49.13 | - |
| YUV | 105.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 188 | 0 | 0.77 | 0.02 | 0.25 | 301.63 | 0.62 | 0.46 |
| Hex | C0 | 2D | BC | 0 | 4D | 2 | 19 | 12E | 3E | 2E |
| Octal | 300 | 55 | 274 | 0 | 115 | 2 | 31 | 456 | 76 | 56 |
| Binary | 11000000 | 101101 | 10111100 | 0 | 1001101 | 10 | 11001 | 100101110 | 111110 | 101110 |
Color Harmonies of #C02DBC
Complementary color
Monochromatic Colors of #C02DBC
Black with #C02DBC
Text Example
Text Example
White with #C02DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DBC; }
p { color: rgb(192,45,188); }
H1.HeaderClassName
{
color: #C02DBC;
}
.AnyTagClassName
{
color: #C02DBC;
}
</style>
background-color css
<style>
a { background-color: #C02DBC; }
a { background-color: rgb(192,45,188); }
div.DivClassName
{
background-color: #C02DBC;
}
.BgClassName
{
background-color: #C02DBC;
}
</style>
border-color css
<style>
span { border-color: #C02DBC; }
span { border-color: rgb(192,45,188); }
td.TdClassName
{
border-color: #C02DBC;
}
.TagClassName
{
border-color: #C02DBC;
}
</style>