Shades of Fuchsia #C03AC7
Tints of Fuchsia #C03AC7
RGB
CMYK
RGB Variations
Color information
#C03AC7 (or 0xC03AC7) is known color: Fuchsia. HEX triplet: C0, 3A and C7. RGB value is (192,58,199). Sum of RGB (Red+Green+Blue) = 192+58+199=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #C03AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03AC7 is #3FC538. Grayscale: #717171. Windows color (decimal): -4179257 or 13056704. OLE color: 13056704.
HSL color Cylindrical-coordinate representation of color #C03AC7: hue angle of 297.02º degrees, saturation: 0.56, 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 #C03AC7 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 58 | 199 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.22 |
| HSL | 297.02º | 0.56% | 0.5% | - |
| HSV(B) | 297.02º | 0.71% | 0.78% | - |
| XYZ | 33.56 | 18.36 | 55.81 | - |
| YUV | 114.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 199 | 0.04 | 0.71 | 0 | 0.22 | 297.02 | 0.56 | 0.5 |
| Hex | C0 | 3A | C7 | 4 | 47 | 0 | 16 | 129 | 38 | 32 |
| Octal | 300 | 72 | 307 | 4 | 107 | 0 | 26 | 451 | 70 | 62 |
| Binary | 11000000 | 111010 | 11000111 | 100 | 1000111 | 0 | 10110 | 100101001 | 111000 | 110010 |
Color Harmonies of #C03AC7
Complementary color
Monochromatic Colors of #C03AC7
Black with #C03AC7
Text Example
Text Example
White with #C03AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AC7; }
p { color: rgb(192,58,199); }
H1.HeaderClassName
{
color: #C03AC7;
}
.AnyTagClassName
{
color: #C03AC7;
}
</style>
background-color css
<style>
a { background-color: #C03AC7; }
a { background-color: rgb(192,58,199); }
div.DivClassName
{
background-color: #C03AC7;
}
.BgClassName
{
background-color: #C03AC7;
}
</style>
border-color css
<style>
span { border-color: #C03AC7; }
span { border-color: rgb(192,58,199); }
td.TdClassName
{
border-color: #C03AC7;
}
.TagClassName
{
border-color: #C03AC7;
}
</style>