Shades of Fuchsia #C02DCC
Tints of Fuchsia #C02DCC
RGB
CMYK
RGB Variations
Color information
#C02DCC (or 0xC02DCC) is known color: Fuchsia. HEX triplet: C0, 2D and CC. RGB value is (192,45,204). Sum of RGB (Red+Green+Blue) = 192+45+204=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #C02DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DCC is #3FD233. Grayscale: #6A6A6A. Windows color (decimal): -4182580 or 13381056. OLE color: 13381056.
HSL color Cylindrical-coordinate representation of color #C02DCC: hue angle of 295.47º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02DCC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 45 | 204 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.2 |
| HSL | 295.47º | 0.64% | 0.49% | - |
| HSV(B) | 295.47º | 0.78% | 0.8% | - |
| XYZ | 33.58 | 17.44 | 58.72 | - |
| YUV | 107.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 204 | 0.06 | 0.78 | 0 | 0.2 | 295.47 | 0.64 | 0.49 |
| Hex | C0 | 2D | CC | 6 | 4E | 0 | 14 | 127 | 40 | 31 |
| Octal | 300 | 55 | 314 | 6 | 116 | 0 | 24 | 447 | 100 | 61 |
| Binary | 11000000 | 101101 | 11001100 | 110 | 1001110 | 0 | 10100 | 100100111 | 1000000 | 110001 |
Color Harmonies of #C02DCC
Complementary color
Monochromatic Colors of #C02DCC
Black with #C02DCC
Text Example
Text Example
White with #C02DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DCC; }
p { color: rgb(192,45,204); }
H1.HeaderClassName
{
color: #C02DCC;
}
.AnyTagClassName
{
color: #C02DCC;
}
</style>
background-color css
<style>
a { background-color: #C02DCC; }
a { background-color: rgb(192,45,204); }
div.DivClassName
{
background-color: #C02DCC;
}
.BgClassName
{
background-color: #C02DCC;
}
</style>
border-color css
<style>
span { border-color: #C02DCC; }
span { border-color: rgb(192,45,204); }
td.TdClassName
{
border-color: #C02DCC;
}
.TagClassName
{
border-color: #C02DCC;
}
</style>