Shades of Fuchsia #C03FC8
Tints of Fuchsia #C03FC8
RGB
CMYK
RGB Variations
Color information
#C03FC8 (or 0xC03FC8) is known color: Fuchsia. HEX triplet: C0, 3F and C8. RGB value is (192,63,200). Sum of RGB (Red+Green+Blue) = 192+63+200=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #C03FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FC8 is #3FC037. Grayscale: #747474. Windows color (decimal): -4177976 or 13123520. OLE color: 13123520.
HSL color Cylindrical-coordinate representation of color #C03FC8: hue angle of 296.5º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03FC8 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 63 | 200 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.22 |
| HSL | 296.5º | 0.55% | 0.52% | - |
| HSV(B) | 296.5º | 0.69% | 0.78% | - |
| XYZ | 33.94 | 18.93 | 56.51 | - |
| YUV | 117.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 200 | 0.04 | 0.68 | 0 | 0.22 | 296.5 | 0.55 | 0.52 |
| Hex | C0 | 3F | C8 | 4 | 44 | 0 | 16 | 128 | 37 | 34 |
| Octal | 300 | 77 | 310 | 4 | 104 | 0 | 26 | 450 | 67 | 64 |
| Binary | 11000000 | 111111 | 11001000 | 100 | 1000100 | 0 | 10110 | 100101000 | 110111 | 110100 |
Color Harmonies of #C03FC8
Complementary color
Monochromatic Colors of #C03FC8
Black with #C03FC8
Text Example
Text Example
White with #C03FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FC8; }
p { color: rgb(192,63,200); }
H1.HeaderClassName
{
color: #C03FC8;
}
.AnyTagClassName
{
color: #C03FC8;
}
</style>
background-color css
<style>
a { background-color: #C03FC8; }
a { background-color: rgb(192,63,200); }
div.DivClassName
{
background-color: #C03FC8;
}
.BgClassName
{
background-color: #C03FC8;
}
</style>
border-color css
<style>
span { border-color: #C03FC8; }
span { border-color: rgb(192,63,200); }
td.TdClassName
{
border-color: #C03FC8;
}
.TagClassName
{
border-color: #C03FC8;
}
</style>