Shades of Fuchsia #C02DC2
Tints of Fuchsia #C02DC2
RGB
CMYK
RGB Variations
Color information
#C02DC2 (or 0xC02DC2) is known color: Fuchsia. HEX triplet: C0, 2D and C2. RGB value is (192,45,194). Sum of RGB (Red+Green+Blue) = 192+45+194=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #C02DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DC2 is #3FD23D. Grayscale: #696969. Windows color (decimal): -4182590 or 12725696. OLE color: 12725696.
HSL color Cylindrical-coordinate representation of color #C02DC2: hue angle of 299.19º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02DC2 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 45 | 194 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.24 |
| HSL | 299.19º | 0.62% | 0.47% | - |
| HSV(B) | 299.19º | 0.77% | 0.76% | - |
| XYZ | 32.41 | 16.98 | 52.61 | - |
| YUV | 105.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 194 | 0.01 | 0.77 | 0 | 0.24 | 299.19 | 0.62 | 0.47 |
| Hex | C0 | 2D | C2 | 1 | 4D | 0 | 18 | 12B | 3E | 2F |
| Octal | 300 | 55 | 302 | 1 | 115 | 0 | 30 | 453 | 76 | 57 |
| Binary | 11000000 | 101101 | 11000010 | 1 | 1001101 | 0 | 11000 | 100101011 | 111110 | 101111 |
Color Harmonies of #C02DC2
Complementary color
Monochromatic Colors of #C02DC2
Black with #C02DC2
Text Example
Text Example
White with #C02DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DC2; }
p { color: rgb(192,45,194); }
H1.HeaderClassName
{
color: #C02DC2;
}
.AnyTagClassName
{
color: #C02DC2;
}
</style>
background-color css
<style>
a { background-color: #C02DC2; }
a { background-color: rgb(192,45,194); }
div.DivClassName
{
background-color: #C02DC2;
}
.BgClassName
{
background-color: #C02DC2;
}
</style>
border-color css
<style>
span { border-color: #C02DC2; }
span { border-color: rgb(192,45,194); }
td.TdClassName
{
border-color: #C02DC2;
}
.TagClassName
{
border-color: #C02DC2;
}
</style>