Shades of Fuchsia #C031CD
Tints of Fuchsia #C031CD
RGB
CMYK
RGB Variations
Color information
#C031CD (or 0xC031CD) is known color: Fuchsia. HEX triplet: C0, 31 and CD. RGB value is (192,49,205). Sum of RGB (Red+Green+Blue) = 192+49+205=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #C031CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031CD is #3FCE32. Grayscale: #6D6D6D. Windows color (decimal): -4181555 or 13447616. OLE color: 13447616.
HSL color Cylindrical-coordinate representation of color #C031CD: hue angle of 295º 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 #C031CD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 49 | 205 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.20 |
| HSL | 295º | 0.61% | 0.5% | - |
| HSV(B) | 295º | 0.76% | 0.8% | - |
| XYZ | 33.86 | 17.81 | 59.41 | - |
| YUV | 109.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 205 | 0.06 | 0.76 | 0 | 0.20 | 295 | 0.61 | 0.5 |
| Hex | C0 | 31 | CD | 6 | 4C | 0 | 14 | 127 | 3D | 32 |
| Octal | 300 | 61 | 315 | 6 | 114 | 0 | 24 | 447 | 75 | 62 |
| Binary | 11000000 | 110001 | 11001101 | 110 | 1001100 | 0 | 10100 | 100100111 | 111101 | 110010 |
Color Harmonies of #C031CD
Complementary color
Monochromatic Colors of #C031CD
Black with #C031CD
Text Example
Text Example
White with #C031CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031CD; }
p { color: rgb(192,49,205); }
H1.HeaderClassName
{
color: #C031CD;
}
.AnyTagClassName
{
color: #C031CD;
}
</style>
background-color css
<style>
a { background-color: #C031CD; }
a { background-color: rgb(192,49,205); }
div.DivClassName
{
background-color: #C031CD;
}
.BgClassName
{
background-color: #C031CD;
}
</style>
border-color css
<style>
span { border-color: #C031CD; }
span { border-color: rgb(192,49,205); }
td.TdClassName
{
border-color: #C031CD;
}
.TagClassName
{
border-color: #C031CD;
}
</style>