Shades of Fuchsia #C731C2
Tints of Fuchsia #C731C2
RGB
CMYK
RGB Variations
Color information
#C731C2 (or 0xC731C2) is known color: Fuchsia. HEX triplet: C7, 31 and C2. RGB value is (199,49,194). Sum of RGB (Red+Green+Blue) = 199+49+194=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C731C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731C2 is #38CE3D. Grayscale: #6D6D6D. Windows color (decimal): -3722814 or 12726727. OLE color: 12726727.
HSL color Cylindrical-coordinate representation of color #C731C2: hue angle of 302º 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 #C731C2 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 194 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.22 |
| HSL | 302º | 0.6% | 0.49% | - |
| HSV(B) | 302º | 0.75% | 0.78% | - |
| XYZ | 34.39 | 18.23 | 52.75 | - |
| YUV | 110.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 194 | 0 | 0.75 | 0.03 | 0.22 | 302 | 0.6 | 0.49 |
| Hex | C7 | 31 | C2 | 0 | 4B | 3 | 16 | 12E | 3C | 31 |
| Octal | 307 | 61 | 302 | 0 | 113 | 3 | 26 | 456 | 74 | 61 |
| Binary | 11000111 | 110001 | 11000010 | 0 | 1001011 | 11 | 10110 | 100101110 | 111100 | 110001 |
Color Harmonies of #C731C2
Complementary color
Monochromatic Colors of #C731C2
Black with #C731C2
Text Example
Text Example
White with #C731C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731C2; }
p { color: rgb(199,49,194); }
H1.HeaderClassName
{
color: #C731C2;
}
.AnyTagClassName
{
color: #C731C2;
}
</style>
background-color css
<style>
a { background-color: #C731C2; }
a { background-color: rgb(199,49,194); }
div.DivClassName
{
background-color: #C731C2;
}
.BgClassName
{
background-color: #C731C2;
}
</style>
border-color css
<style>
span { border-color: #C731C2; }
span { border-color: rgb(199,49,194); }
td.TdClassName
{
border-color: #C731C2;
}
.TagClassName
{
border-color: #C731C2;
}
</style>