Shades of Fuchsia #C031CC
Tints of Fuchsia #C031CC
RGB
CMYK
RGB Variations
Color information
#C031CC (or 0xC031CC) is known color: Fuchsia. HEX triplet: C0, 31 and CC. RGB value is (192,49,204). Sum of RGB (Red+Green+Blue) = 192+49+204=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #C031CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031CC is #3FCE33. Grayscale: #6C6C6C. Windows color (decimal): -4181556 or 13382080. OLE color: 13382080.
HSL color Cylindrical-coordinate representation of color #C031CC: hue angle of 295.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C031CC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 49 | 204 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.2 |
| HSL | 295.35º | 0.61% | 0.5% | - |
| HSV(B) | 295.35º | 0.76% | 0.8% | - |
| XYZ | 33.74 | 17.76 | 58.78 | - |
| YUV | 109.43 | 181.38 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 204 | 0.06 | 0.76 | 0 | 0.2 | 295.35 | 0.61 | 0.5 |
| Hex | C0 | 31 | CC | 6 | 4C | 0 | 14 | 127 | 3D | 32 |
| Octal | 300 | 61 | 314 | 6 | 114 | 0 | 24 | 447 | 75 | 62 |
| Binary | 11000000 | 110001 | 11001100 | 110 | 1001100 | 0 | 10100 | 100100111 | 111101 | 110010 |
Color Harmonies of #C031CC
Complementary color
Monochromatic Colors of #C031CC
Black with #C031CC
Text Example
Text Example
White with #C031CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031CC; }
p { color: rgb(192,49,204); }
H1.HeaderClassName
{
color: #C031CC;
}
.AnyTagClassName
{
color: #C031CC;
}
</style>
background-color css
<style>
a { background-color: #C031CC; }
a { background-color: rgb(192,49,204); }
div.DivClassName
{
background-color: #C031CC;
}
.BgClassName
{
background-color: #C031CC;
}
</style>
border-color css
<style>
span { border-color: #C031CC; }
span { border-color: rgb(192,49,204); }
td.TdClassName
{
border-color: #C031CC;
}
.TagClassName
{
border-color: #C031CC;
}
</style>