Shades of Fuchsia #C02DC5
Tints of Fuchsia #C02DC5
RGB
CMYK
RGB Variations
Color information
#C02DC5 (or 0xC02DC5) is known color: Fuchsia. HEX triplet: C0, 2D and C5. RGB value is (192,45,197). Sum of RGB (Red+Green+Blue) = 192+45+197=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #C02DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DC5 is #3FD23A. Grayscale: #696969. Windows color (decimal): -4182587 or 12922304. OLE color: 12922304.
HSL color Cylindrical-coordinate representation of color #C02DC5: hue angle of 298.03º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02DC5 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 45 | 197 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.23 |
| HSL | 298.03º | 0.63% | 0.47% | - |
| HSV(B) | 298.03º | 0.77% | 0.77% | - |
| XYZ | 32.75 | 17.11 | 54.4 | - |
| YUV | 106.28 | 179.2 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 197 | 0.03 | 0.77 | 0 | 0.23 | 298.03 | 0.63 | 0.47 |
| Hex | C0 | 2D | C5 | 3 | 4D | 0 | 17 | 12A | 3F | 2F |
| Octal | 300 | 55 | 305 | 3 | 115 | 0 | 27 | 452 | 77 | 57 |
| Binary | 11000000 | 101101 | 11000101 | 11 | 1001101 | 0 | 10111 | 100101010 | 111111 | 101111 |
Color Harmonies of #C02DC5
Complementary color
Monochromatic Colors of #C02DC5
Black with #C02DC5
Text Example
Text Example
White with #C02DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DC5; }
p { color: rgb(192,45,197); }
H1.HeaderClassName
{
color: #C02DC5;
}
.AnyTagClassName
{
color: #C02DC5;
}
</style>
background-color css
<style>
a { background-color: #C02DC5; }
a { background-color: rgb(192,45,197); }
div.DivClassName
{
background-color: #C02DC5;
}
.BgClassName
{
background-color: #C02DC5;
}
</style>
border-color css
<style>
span { border-color: #C02DC5; }
span { border-color: rgb(192,45,197); }
td.TdClassName
{
border-color: #C02DC5;
}
.TagClassName
{
border-color: #C02DC5;
}
</style>