Shades of Fuchsia #C02DBF
Tints of Fuchsia #C02DBF
RGB
CMYK
RGB Variations
Color information
#C02DBF (or 0xC02DBF) is known color: Fuchsia. HEX triplet: C0, 2D and BF. RGB value is (192,45,191). Sum of RGB (Red+Green+Blue) = 192+45+191=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DBF is #3FD240. Grayscale: #696969. Windows color (decimal): -4182593 or 12529088. OLE color: 12529088.
HSL color Cylindrical-coordinate representation of color #C02DBF: hue angle of 300.41º 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 #C02DBF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 191 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.25 |
| HSL | 300.41º | 0.62% | 0.46% | - |
| HSV(B) | 300.41º | 0.77% | 0.75% | - |
| XYZ | 32.08 | 16.84 | 50.85 | - |
| YUV | 105.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 191 | 0 | 0.77 | 0.01 | 0.25 | 300.41 | 0.62 | 0.46 |
| Hex | C0 | 2D | BF | 0 | 4D | 1 | 19 | 12C | 3E | 2E |
| Octal | 300 | 55 | 277 | 0 | 115 | 1 | 31 | 454 | 76 | 56 |
| Binary | 11000000 | 101101 | 10111111 | 0 | 1001101 | 1 | 11001 | 100101100 | 111110 | 101110 |
Color Harmonies of #C02DBF
Complementary color
Monochromatic Colors of #C02DBF
Black with #C02DBF
Text Example
Text Example
White with #C02DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DBF; }
p { color: rgb(192,45,191); }
H1.HeaderClassName
{
color: #C02DBF;
}
.AnyTagClassName
{
color: #C02DBF;
}
</style>
background-color css
<style>
a { background-color: #C02DBF; }
a { background-color: rgb(192,45,191); }
div.DivClassName
{
background-color: #C02DBF;
}
.BgClassName
{
background-color: #C02DBF;
}
</style>
border-color css
<style>
span { border-color: #C02DBF; }
span { border-color: rgb(192,45,191); }
td.TdClassName
{
border-color: #C02DBF;
}
.TagClassName
{
border-color: #C02DBF;
}
</style>