Shades of Fuchsia #C02DBE
Tints of Fuchsia #C02DBE
RGB
CMYK
RGB Variations
Color information
#C02DBE (or 0xC02DBE) is known color: Fuchsia. HEX triplet: C0, 2D and BE. RGB value is (192,45,190). Sum of RGB (Red+Green+Blue) = 192+45+190=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DBE is #3FD241. Grayscale: #696969. Windows color (decimal): -4182594 or 12463552. OLE color: 12463552.
HSL color Cylindrical-coordinate representation of color #C02DBE: hue angle of 300.82º 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 #C02DBE is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 190 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.25 |
| HSL | 300.82º | 0.62% | 0.46% | - |
| HSV(B) | 300.82º | 0.77% | 0.75% | - |
| XYZ | 31.97 | 16.8 | 50.27 | - |
| YUV | 105.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 190 | 0 | 0.77 | 0.01 | 0.25 | 300.82 | 0.62 | 0.46 |
| Hex | C0 | 2D | BE | 0 | 4D | 1 | 19 | 12D | 3E | 2E |
| Octal | 300 | 55 | 276 | 0 | 115 | 1 | 31 | 455 | 76 | 56 |
| Binary | 11000000 | 101101 | 10111110 | 0 | 1001101 | 1 | 11001 | 100101101 | 111110 | 101110 |
Color Harmonies of #C02DBE
Complementary color
Monochromatic Colors of #C02DBE
Black with #C02DBE
Text Example
Text Example
White with #C02DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DBE; }
p { color: rgb(192,45,190); }
H1.HeaderClassName
{
color: #C02DBE;
}
.AnyTagClassName
{
color: #C02DBE;
}
</style>
background-color css
<style>
a { background-color: #C02DBE; }
a { background-color: rgb(192,45,190); }
div.DivClassName
{
background-color: #C02DBE;
}
.BgClassName
{
background-color: #C02DBE;
}
</style>
border-color css
<style>
span { border-color: #C02DBE; }
span { border-color: rgb(192,45,190); }
td.TdClassName
{
border-color: #C02DBE;
}
.TagClassName
{
border-color: #C02DBE;
}
</style>