Shades of Fuchsia #C04AC6
Tints of Fuchsia #C04AC6
RGB
CMYK
RGB Variations
Color information
#C04AC6 (or 0xC04AC6) is known color: Fuchsia. HEX triplet: C0, 4A and C6. RGB value is (192,74,198). Sum of RGB (Red+Green+Blue) = 192+74+198=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #C04AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AC6 is #3FB539. Grayscale: #7B7B7B. Windows color (decimal): -4175162 or 12995264. OLE color: 12995264.
HSL color Cylindrical-coordinate representation of color #C04AC6: hue angle of 297.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04AC6 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 74 | 198 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.22 |
| HSL | 297.1º | 0.52% | 0.53% | - |
| HSV(B) | 297.1º | 0.63% | 0.78% | - |
| XYZ | 34.38 | 20.18 | 55.51 | - |
| YUV | 123.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 198 | 0.03 | 0.63 | 0 | 0.22 | 297.1 | 0.52 | 0.53 |
| Hex | C0 | 4A | C6 | 3 | 3F | 0 | 16 | 129 | 34 | 35 |
| Octal | 300 | 112 | 306 | 3 | 77 | 0 | 26 | 451 | 64 | 65 |
| Binary | 11000000 | 1001010 | 11000110 | 11 | 111111 | 0 | 10110 | 100101001 | 110100 | 110101 |
Color Harmonies of #C04AC6
Complementary color
Monochromatic Colors of #C04AC6
Black with #C04AC6
Text Example
Text Example
White with #C04AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AC6; }
p { color: rgb(192,74,198); }
H1.HeaderClassName
{
color: #C04AC6;
}
.AnyTagClassName
{
color: #C04AC6;
}
</style>
background-color css
<style>
a { background-color: #C04AC6; }
a { background-color: rgb(192,74,198); }
div.DivClassName
{
background-color: #C04AC6;
}
.BgClassName
{
background-color: #C04AC6;
}
</style>
border-color css
<style>
span { border-color: #C04AC6; }
span { border-color: rgb(192,74,198); }
td.TdClassName
{
border-color: #C04AC6;
}
.TagClassName
{
border-color: #C04AC6;
}
</style>