Shades of Fuchsia #C043C7
Tints of Fuchsia #C043C7
RGB
CMYK
RGB Variations
Color information
#C043C7 (or 0xC043C7) is known color: Fuchsia. HEX triplet: C0, 43 and C7. RGB value is (192,67,199). Sum of RGB (Red+Green+Blue) = 192+67+199=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 199 - color contains mainly: blue. Hex color #C043C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043C7 is #3FBC38. Grayscale: #777777. Windows color (decimal): -4176953 or 13059008. OLE color: 13059008.
HSL color Cylindrical-coordinate representation of color #C043C7: hue angle of 296.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C043C7 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 67 | 199 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.22 |
| HSL | 296.82º | 0.54% | 0.52% | - |
| HSV(B) | 296.82º | 0.66% | 0.78% | - |
| XYZ | 34.05 | 19.34 | 55.97 | - |
| YUV | 119.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 199 | 0.04 | 0.66 | 0 | 0.22 | 296.82 | 0.54 | 0.52 |
| Hex | C0 | 43 | C7 | 4 | 42 | 0 | 16 | 129 | 36 | 34 |
| Octal | 300 | 103 | 307 | 4 | 102 | 0 | 26 | 451 | 66 | 64 |
| Binary | 11000000 | 1000011 | 11000111 | 100 | 1000010 | 0 | 10110 | 100101001 | 110110 | 110100 |
Color Harmonies of #C043C7
Complementary color
Monochromatic Colors of #C043C7
Black with #C043C7
Text Example
Text Example
White with #C043C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043C7; }
p { color: rgb(192,67,199); }
H1.HeaderClassName
{
color: #C043C7;
}
.AnyTagClassName
{
color: #C043C7;
}
</style>
background-color css
<style>
a { background-color: #C043C7; }
a { background-color: rgb(192,67,199); }
div.DivClassName
{
background-color: #C043C7;
}
.BgClassName
{
background-color: #C043C7;
}
</style>
border-color css
<style>
span { border-color: #C043C7; }
span { border-color: rgb(192,67,199); }
td.TdClassName
{
border-color: #C043C7;
}
.TagClassName
{
border-color: #C043C7;
}
</style>