Shades of Fuchsia #C431C7
Tints of Fuchsia #C431C7
RGB
CMYK
RGB Variations
Color information
#C431C7 (or 0xC431C7) is known color: Fuchsia. HEX triplet: C4, 31 and C7. RGB value is (196,49,199). Sum of RGB (Red+Green+Blue) = 196+49+199=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #C431C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431C7 is #3BCE38. Grayscale: #6D6D6D. Windows color (decimal): -3919417 or 13054404. OLE color: 13054404.
HSL color Cylindrical-coordinate representation of color #C431C7: hue angle of 298.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C431C7 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 49 | 199 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.22 |
| HSL | 298.8º | 0.6% | 0.49% | - |
| HSV(B) | 298.8º | 0.75% | 0.78% | - |
| XYZ | 34.17 | 18.06 | 55.72 | - |
| YUV | 110.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 199 | 0.02 | 0.75 | 0 | 0.22 | 298.8 | 0.6 | 0.49 |
| Hex | C4 | 31 | C7 | 2 | 4B | 0 | 16 | 12B | 3C | 31 |
| Octal | 304 | 61 | 307 | 2 | 113 | 0 | 26 | 453 | 74 | 61 |
| Binary | 11000100 | 110001 | 11000111 | 10 | 1001011 | 0 | 10110 | 100101011 | 111100 | 110001 |
Color Harmonies of #C431C7
Complementary color
Monochromatic Colors of #C431C7
Black with #C431C7
Text Example
Text Example
White with #C431C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431C7; }
p { color: rgb(196,49,199); }
H1.HeaderClassName
{
color: #C431C7;
}
.AnyTagClassName
{
color: #C431C7;
}
</style>
background-color css
<style>
a { background-color: #C431C7; }
a { background-color: rgb(196,49,199); }
div.DivClassName
{
background-color: #C431C7;
}
.BgClassName
{
background-color: #C431C7;
}
</style>
border-color css
<style>
span { border-color: #C431C7; }
span { border-color: rgb(196,49,199); }
td.TdClassName
{
border-color: #C431C7;
}
.TagClassName
{
border-color: #C431C7;
}
</style>