Shades of Fuchsia #C04FC1
Tints of Fuchsia #C04FC1
RGB
CMYK
RGB Variations
Color information
#C04FC1 (or 0xC04FC1) is known color: Fuchsia. HEX triplet: C0, 4F and C1. RGB value is (192,79,193). Sum of RGB (Red+Green+Blue) = 192+79+193=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #C04FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FC1 is #3FB03E. Grayscale: #7D7D7D. Windows color (decimal): -4173887 or 12668864. OLE color: 12668864.
HSL color Cylindrical-coordinate representation of color #C04FC1: hue angle of 299.47º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FC1 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 79 | 193 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.24 |
| HSL | 299.47º | 0.48% | 0.53% | - |
| HSV(B) | 299.47º | 0.59% | 0.76% | - |
| XYZ | 34.16 | 20.65 | 52.64 | - |
| YUV | 125.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 193 | 0.01 | 0.59 | 0 | 0.24 | 299.47 | 0.48 | 0.53 |
| Hex | C0 | 4F | C1 | 1 | 3B | 0 | 18 | 12B | 30 | 35 |
| Octal | 300 | 117 | 301 | 1 | 73 | 0 | 30 | 453 | 60 | 65 |
| Binary | 11000000 | 1001111 | 11000001 | 1 | 111011 | 0 | 11000 | 100101011 | 110000 | 110101 |
Color Harmonies of #C04FC1
Complementary color
Monochromatic Colors of #C04FC1
Black with #C04FC1
Text Example
Text Example
White with #C04FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FC1; }
p { color: rgb(192,79,193); }
H1.HeaderClassName
{
color: #C04FC1;
}
.AnyTagClassName
{
color: #C04FC1;
}
</style>
background-color css
<style>
a { background-color: #C04FC1; }
a { background-color: rgb(192,79,193); }
div.DivClassName
{
background-color: #C04FC1;
}
.BgClassName
{
background-color: #C04FC1;
}
</style>
border-color css
<style>
span { border-color: #C04FC1; }
span { border-color: rgb(192,79,193); }
td.TdClassName
{
border-color: #C04FC1;
}
.TagClassName
{
border-color: #C04FC1;
}
</style>