Shades of Fuchsia #C03FCC
Tints of Fuchsia #C03FCC
RGB
CMYK
RGB Variations
Color information
#C03FCC (or 0xC03FCC) is known color: Fuchsia. HEX triplet: C0, 3F and CC. RGB value is (192,63,204). Sum of RGB (Red+Green+Blue) = 192+63+204=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #C03FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FCC is #3FC033. Grayscale: #757575. Windows color (decimal): -4177972 or 13385664. OLE color: 13385664.
HSL color Cylindrical-coordinate representation of color #C03FCC: hue angle of 294.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03FCC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 63 | 204 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.2 |
| HSL | 294.89º | 0.58% | 0.52% | - |
| HSV(B) | 294.89º | 0.69% | 0.8% | - |
| XYZ | 34.41 | 19.12 | 59 | - |
| YUV | 117.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 204 | 0.06 | 0.69 | 0 | 0.2 | 294.89 | 0.58 | 0.52 |
| Hex | C0 | 3F | CC | 6 | 45 | 0 | 14 | 127 | 3A | 34 |
| Octal | 300 | 77 | 314 | 6 | 105 | 0 | 24 | 447 | 72 | 64 |
| Binary | 11000000 | 111111 | 11001100 | 110 | 1000101 | 0 | 10100 | 100100111 | 111010 | 110100 |
Color Harmonies of #C03FCC
Complementary color
Monochromatic Colors of #C03FCC
Black with #C03FCC
Text Example
Text Example
White with #C03FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FCC; }
p { color: rgb(192,63,204); }
H1.HeaderClassName
{
color: #C03FCC;
}
.AnyTagClassName
{
color: #C03FCC;
}
</style>
background-color css
<style>
a { background-color: #C03FCC; }
a { background-color: rgb(192,63,204); }
div.DivClassName
{
background-color: #C03FCC;
}
.BgClassName
{
background-color: #C03FCC;
}
</style>
border-color css
<style>
span { border-color: #C03FCC; }
span { border-color: rgb(192,63,204); }
td.TdClassName
{
border-color: #C03FCC;
}
.TagClassName
{
border-color: #C03FCC;
}
</style>