Shades of Fuchsia #C03AC6
Tints of Fuchsia #C03AC6
RGB
CMYK
RGB Variations
Color information
#C03AC6 (or 0xC03AC6) is known color: Fuchsia. HEX triplet: C0, 3A and C6. RGB value is (192,58,198). Sum of RGB (Red+Green+Blue) = 192+58+198=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #C03AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03AC6 is #3FC539. Grayscale: #717171. Windows color (decimal): -4179258 or 12991168. OLE color: 12991168.
HSL color Cylindrical-coordinate representation of color #C03AC6: hue angle of 297.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03AC6 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 58 | 198 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.22 |
| HSL | 297.43º | 0.55% | 0.5% | - |
| HSV(B) | 297.43º | 0.71% | 0.78% | - |
| XYZ | 33.44 | 18.31 | 55.2 | - |
| YUV | 114.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 198 | 0.03 | 0.71 | 0 | 0.22 | 297.43 | 0.55 | 0.5 |
| Hex | C0 | 3A | C6 | 3 | 47 | 0 | 16 | 129 | 37 | 32 |
| Octal | 300 | 72 | 306 | 3 | 107 | 0 | 26 | 451 | 67 | 62 |
| Binary | 11000000 | 111010 | 11000110 | 11 | 1000111 | 0 | 10110 | 100101001 | 110111 | 110010 |
Color Harmonies of #C03AC6
Complementary color
Monochromatic Colors of #C03AC6
Black with #C03AC6
Text Example
Text Example
White with #C03AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AC6; }
p { color: rgb(192,58,198); }
H1.HeaderClassName
{
color: #C03AC6;
}
.AnyTagClassName
{
color: #C03AC6;
}
</style>
background-color css
<style>
a { background-color: #C03AC6; }
a { background-color: rgb(192,58,198); }
div.DivClassName
{
background-color: #C03AC6;
}
.BgClassName
{
background-color: #C03AC6;
}
</style>
border-color css
<style>
span { border-color: #C03AC6; }
span { border-color: rgb(192,58,198); }
td.TdClassName
{
border-color: #C03AC6;
}
.TagClassName
{
border-color: #C03AC6;
}
</style>