Shades of Fuchsia #C041C7
Tints of Fuchsia #C041C7
RGB
CMYK
RGB Variations
Color information
#C041C7 (or 0xC041C7) is known color: Fuchsia. HEX triplet: C0, 41 and C7. RGB value is (192,65,199). Sum of RGB (Red+Green+Blue) = 192+65+199=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #C041C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041C7 is #3FBE38. Grayscale: #757575. Windows color (decimal): -4177465 or 13058496. OLE color: 13058496.
HSL color Cylindrical-coordinate representation of color #C041C7: hue angle of 296.87º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C041C7 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 65 | 199 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.22 |
| HSL | 296.87º | 0.54% | 0.52% | - |
| HSV(B) | 296.87º | 0.67% | 0.78% | - |
| XYZ | 33.94 | 19.11 | 55.93 | - |
| YUV | 118.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 199 | 0.04 | 0.67 | 0 | 0.22 | 296.87 | 0.54 | 0.52 |
| Hex | C0 | 41 | C7 | 4 | 43 | 0 | 16 | 129 | 36 | 34 |
| Octal | 300 | 101 | 307 | 4 | 103 | 0 | 26 | 451 | 66 | 64 |
| Binary | 11000000 | 1000001 | 11000111 | 100 | 1000011 | 0 | 10110 | 100101001 | 110110 | 110100 |
Color Harmonies of #C041C7
Complementary color
Monochromatic Colors of #C041C7
Black with #C041C7
Text Example
Text Example
White with #C041C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041C7; }
p { color: rgb(192,65,199); }
H1.HeaderClassName
{
color: #C041C7;
}
.AnyTagClassName
{
color: #C041C7;
}
</style>
background-color css
<style>
a { background-color: #C041C7; }
a { background-color: rgb(192,65,199); }
div.DivClassName
{
background-color: #C041C7;
}
.BgClassName
{
background-color: #C041C7;
}
</style>
border-color css
<style>
span { border-color: #C041C7; }
span { border-color: rgb(192,65,199); }
td.TdClassName
{
border-color: #C041C7;
}
.TagClassName
{
border-color: #C041C7;
}
</style>