Shades of Fuchsia #C02DBD
Tints of Fuchsia #C02DBD
RGB
CMYK
RGB Variations
Color information
#C02DBD (or 0xC02DBD) is known color: Fuchsia. HEX triplet: C0, 2D and BD. RGB value is (192,45,189). Sum of RGB (Red+Green+Blue) = 192+45+189=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DBD is #3FD242. Grayscale: #686868. Windows color (decimal): -4182595 or 12398016. OLE color: 12398016.
HSL color Cylindrical-coordinate representation of color #C02DBD: hue angle of 301.22º 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 #C02DBD is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 189 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.25 |
| HSL | 301.22º | 0.62% | 0.46% | - |
| HSV(B) | 301.22º | 0.77% | 0.75% | - |
| XYZ | 31.86 | 16.76 | 49.7 | - |
| YUV | 105.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 189 | 0 | 0.77 | 0.02 | 0.25 | 301.22 | 0.62 | 0.46 |
| Hex | C0 | 2D | BD | 0 | 4D | 2 | 19 | 12D | 3E | 2E |
| Octal | 300 | 55 | 275 | 0 | 115 | 2 | 31 | 455 | 76 | 56 |
| Binary | 11000000 | 101101 | 10111101 | 0 | 1001101 | 10 | 11001 | 100101101 | 111110 | 101110 |
Color Harmonies of #C02DBD
Complementary color
Monochromatic Colors of #C02DBD
Black with #C02DBD
Text Example
Text Example
White with #C02DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DBD; }
p { color: rgb(192,45,189); }
H1.HeaderClassName
{
color: #C02DBD;
}
.AnyTagClassName
{
color: #C02DBD;
}
</style>
background-color css
<style>
a { background-color: #C02DBD; }
a { background-color: rgb(192,45,189); }
div.DivClassName
{
background-color: #C02DBD;
}
.BgClassName
{
background-color: #C02DBD;
}
</style>
border-color css
<style>
span { border-color: #C02DBD; }
span { border-color: rgb(192,45,189); }
td.TdClassName
{
border-color: #C02DBD;
}
.TagClassName
{
border-color: #C02DBD;
}
</style>