Shades of Fuchsia #C04FC9
Tints of Fuchsia #C04FC9
RGB
CMYK
RGB Variations
Color information
#C04FC9 (or 0xC04FC9) is known color: Fuchsia. HEX triplet: C0, 4F and C9. RGB value is (192,79,201). Sum of RGB (Red+Green+Blue) = 192+79+201=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #C04FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FC9 is #3FB036. Grayscale: #7E7E7E. Windows color (decimal): -4173879 or 13193152. OLE color: 13193152.
HSL color Cylindrical-coordinate representation of color #C04FC9: hue angle of 295.57º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04FC9 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 79 | 201 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.21 |
| HSL | 295.57º | 0.53% | 0.55% | - |
| HSV(B) | 295.57º | 0.61% | 0.79% | - |
| XYZ | 35.08 | 21.02 | 57.47 | - |
| YUV | 126.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 201 | 0.04 | 0.61 | 0 | 0.21 | 295.57 | 0.53 | 0.55 |
| Hex | C0 | 4F | C9 | 4 | 3D | 0 | 15 | 128 | 35 | 37 |
| Octal | 300 | 117 | 311 | 4 | 75 | 0 | 25 | 450 | 65 | 67 |
| Binary | 11000000 | 1001111 | 11001001 | 100 | 111101 | 0 | 10101 | 100101000 | 110101 | 110111 |
Color Harmonies of #C04FC9
Complementary color
Monochromatic Colors of #C04FC9
Black with #C04FC9
Text Example
Text Example
White with #C04FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FC9; }
p { color: rgb(192,79,201); }
H1.HeaderClassName
{
color: #C04FC9;
}
.AnyTagClassName
{
color: #C04FC9;
}
</style>
background-color css
<style>
a { background-color: #C04FC9; }
a { background-color: rgb(192,79,201); }
div.DivClassName
{
background-color: #C04FC9;
}
.BgClassName
{
background-color: #C04FC9;
}
</style>
border-color css
<style>
span { border-color: #C04FC9; }
span { border-color: rgb(192,79,201); }
td.TdClassName
{
border-color: #C04FC9;
}
.TagClassName
{
border-color: #C04FC9;
}
</style>