Shades of Fuchsia #C031CA
Tints of Fuchsia #C031CA
RGB
CMYK
RGB Variations
Color information
#C031CA (or 0xC031CA) is known color: Fuchsia. HEX triplet: C0, 31 and CA. RGB value is (192,49,202). Sum of RGB (Red+Green+Blue) = 192+49+202=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #C031CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031CA is #3FCE35. Grayscale: #6C6C6C. Windows color (decimal): -4181558 or 13251008. OLE color: 13251008.
HSL color Cylindrical-coordinate representation of color #C031CA: hue angle of 296.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C031CA is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 49 | 202 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.21 |
| HSL | 296.08º | 0.61% | 0.49% | - |
| HSV(B) | 296.08º | 0.76% | 0.79% | - |
| XYZ | 33.5 | 17.67 | 57.52 | - |
| YUV | 109.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 202 | 0.05 | 0.76 | 0 | 0.21 | 296.08 | 0.61 | 0.49 |
| Hex | C0 | 31 | CA | 5 | 4C | 0 | 15 | 128 | 3D | 31 |
| Octal | 300 | 61 | 312 | 5 | 114 | 0 | 25 | 450 | 75 | 61 |
| Binary | 11000000 | 110001 | 11001010 | 101 | 1001100 | 0 | 10101 | 100101000 | 111101 | 110001 |
Color Harmonies of #C031CA
Complementary color
Monochromatic Colors of #C031CA
Black with #C031CA
Text Example
Text Example
White with #C031CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031CA; }
p { color: rgb(192,49,202); }
H1.HeaderClassName
{
color: #C031CA;
}
.AnyTagClassName
{
color: #C031CA;
}
</style>
background-color css
<style>
a { background-color: #C031CA; }
a { background-color: rgb(192,49,202); }
div.DivClassName
{
background-color: #C031CA;
}
.BgClassName
{
background-color: #C031CA;
}
</style>
border-color css
<style>
span { border-color: #C031CA; }
span { border-color: rgb(192,49,202); }
td.TdClassName
{
border-color: #C031CA;
}
.TagClassName
{
border-color: #C031CA;
}
</style>