Shades of Fuchsia #C02DCE
Tints of Fuchsia #C02DCE
RGB
CMYK
RGB Variations
Color information
#C02DCE (or 0xC02DCE) is known color: Fuchsia. HEX triplet: C0, 2D and CE. RGB value is (192,45,206). Sum of RGB (Red+Green+Blue) = 192+45+206=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #C02DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DCE is #3FD231. Grayscale: #6A6A6A. Windows color (decimal): -4182578 or 13512128. OLE color: 13512128.
HSL color Cylindrical-coordinate representation of color #C02DCE: hue angle of 294.78º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02DCE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 45 | 206 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.19 |
| HSL | 294.78º | 0.64% | 0.49% | - |
| HSV(B) | 294.78º | 0.78% | 0.81% | - |
| XYZ | 33.82 | 17.54 | 60 | - |
| YUV | 107.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 206 | 0.07 | 0.78 | 0 | 0.19 | 294.78 | 0.64 | 0.49 |
| Hex | C0 | 2D | CE | 7 | 4E | 0 | 13 | 127 | 40 | 31 |
| Octal | 300 | 55 | 316 | 7 | 116 | 0 | 23 | 447 | 100 | 61 |
| Binary | 11000000 | 101101 | 11001110 | 111 | 1001110 | 0 | 10011 | 100100111 | 1000000 | 110001 |
Color Harmonies of #C02DCE
Complementary color
Monochromatic Colors of #C02DCE
Black with #C02DCE
Text Example
Text Example
White with #C02DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DCE; }
p { color: rgb(192,45,206); }
H1.HeaderClassName
{
color: #C02DCE;
}
.AnyTagClassName
{
color: #C02DCE;
}
</style>
background-color css
<style>
a { background-color: #C02DCE; }
a { background-color: rgb(192,45,206); }
div.DivClassName
{
background-color: #C02DCE;
}
.BgClassName
{
background-color: #C02DCE;
}
</style>
border-color css
<style>
span { border-color: #C02DCE; }
span { border-color: rgb(192,45,206); }
td.TdClassName
{
border-color: #C02DCE;
}
.TagClassName
{
border-color: #C02DCE;
}
</style>