Shades of Fuchsia #C02FCC
Tints of Fuchsia #C02FCC
RGB
CMYK
RGB Variations
Color information
#C02FCC (or 0xC02FCC) is known color: Fuchsia. HEX triplet: C0, 2F and CC. RGB value is (192,47,204). Sum of RGB (Red+Green+Blue) = 192+47+204=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C02FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FCC is #3FD033. Grayscale: #6B6B6B. Windows color (decimal): -4182068 or 13381568. OLE color: 13381568.
HSL color Cylindrical-coordinate representation of color #C02FCC: hue angle of 295.41º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02FCC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 47 | 204 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.2 |
| HSL | 295.41º | 0.63% | 0.49% | - |
| HSV(B) | 295.41º | 0.77% | 0.8% | - |
| XYZ | 33.65 | 17.6 | 58.75 | - |
| YUV | 108.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 204 | 0.06 | 0.77 | 0 | 0.2 | 295.41 | 0.63 | 0.49 |
| Hex | C0 | 2F | CC | 6 | 4D | 0 | 14 | 127 | 3F | 31 |
| Octal | 300 | 57 | 314 | 6 | 115 | 0 | 24 | 447 | 77 | 61 |
| Binary | 11000000 | 101111 | 11001100 | 110 | 1001101 | 0 | 10100 | 100100111 | 111111 | 110001 |
Color Harmonies of #C02FCC
Complementary color
Monochromatic Colors of #C02FCC
Black with #C02FCC
Text Example
Text Example
White with #C02FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FCC; }
p { color: rgb(192,47,204); }
H1.HeaderClassName
{
color: #C02FCC;
}
.AnyTagClassName
{
color: #C02FCC;
}
</style>
background-color css
<style>
a { background-color: #C02FCC; }
a { background-color: rgb(192,47,204); }
div.DivClassName
{
background-color: #C02FCC;
}
.BgClassName
{
background-color: #C02FCC;
}
</style>
border-color css
<style>
span { border-color: #C02FCC; }
span { border-color: rgb(192,47,204); }
td.TdClassName
{
border-color: #C02FCC;
}
.TagClassName
{
border-color: #C02FCC;
}
</style>