Shades of Fuchsia #C02DB1
Tints of Fuchsia #C02DB1
RGB
CMYK
RGB Variations
Color information
#C02DB1 (or 0xC02DB1) is known color: Fuchsia. HEX triplet: C0, 2D and B1. RGB value is (192,45,177). Sum of RGB (Red+Green+Blue) = 192+45+177=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02DB1 is #3FD24E. Grayscale: #676767. Windows color (decimal): -4182607 or 11611584. OLE color: 11611584.
HSL color Cylindrical-coordinate representation of color #C02DB1: hue angle of 306.12º 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 #C02DB1 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 177 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.25 |
| HSL | 306.12º | 0.62% | 0.46% | - |
| HSV(B) | 306.12º | 0.77% | 0.75% | - |
| XYZ | 30.61 | 16.26 | 43.12 | - |
| YUV | 104 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 177 | 0 | 0.77 | 0.08 | 0.25 | 306.12 | 0.62 | 0.46 |
| Hex | C0 | 2D | B1 | 0 | 4D | 8 | 19 | 132 | 3E | 2E |
| Octal | 300 | 55 | 261 | 0 | 115 | 10 | 31 | 462 | 76 | 56 |
| Binary | 11000000 | 101101 | 10110001 | 0 | 1001101 | 1000 | 11001 | 100110010 | 111110 | 101110 |
Color Harmonies of #C02DB1
Complementary color
Monochromatic Colors of #C02DB1
Black with #C02DB1
Text Example
Text Example
White with #C02DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DB1; }
p { color: rgb(192,45,177); }
H1.HeaderClassName
{
color: #C02DB1;
}
.AnyTagClassName
{
color: #C02DB1;
}
</style>
background-color css
<style>
a { background-color: #C02DB1; }
a { background-color: rgb(192,45,177); }
div.DivClassName
{
background-color: #C02DB1;
}
.BgClassName
{
background-color: #C02DB1;
}
</style>
border-color css
<style>
span { border-color: #C02DB1; }
span { border-color: rgb(192,45,177); }
td.TdClassName
{
border-color: #C02DB1;
}
.TagClassName
{
border-color: #C02DB1;
}
</style>