Shades of Fuchsia #C05DC9
Tints of Fuchsia #C05DC9
RGB
CMYK
RGB Variations
Color information
#C05DC9 (or 0xC05DC9) is known color: Fuchsia. HEX triplet: C0, 5D and C9. RGB value is (192,93,201). Sum of RGB (Red+Green+Blue) = 192+93+201=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #C05DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DC9 is #3FA236. Grayscale: #868686. Windows color (decimal): -4170295 or 13196736. OLE color: 13196736.
HSL color Cylindrical-coordinate representation of color #C05DC9: hue angle of 295º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05DC9 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 93 | 201 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.21 |
| HSL | 295º | 0.5% | 0.58% | - |
| HSV(B) | 295º | 0.54% | 0.79% | - |
| XYZ | 36.2 | 23.25 | 57.84 | - |
| YUV | 134.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 201 | 0.04 | 0.54 | 0 | 0.21 | 295 | 0.5 | 0.58 |
| Hex | C0 | 5D | C9 | 4 | 36 | 0 | 15 | 127 | 32 | 3A |
| Octal | 300 | 135 | 311 | 4 | 66 | 0 | 25 | 447 | 62 | 72 |
| Binary | 11000000 | 1011101 | 11001001 | 100 | 110110 | 0 | 10101 | 100100111 | 110010 | 111010 |
Color Harmonies of #C05DC9
Complementary color
Monochromatic Colors of #C05DC9
Black with #C05DC9
Text Example
Text Example
White with #C05DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DC9; }
p { color: rgb(192,93,201); }
H1.HeaderClassName
{
color: #C05DC9;
}
.AnyTagClassName
{
color: #C05DC9;
}
</style>
background-color css
<style>
a { background-color: #C05DC9; }
a { background-color: rgb(192,93,201); }
div.DivClassName
{
background-color: #C05DC9;
}
.BgClassName
{
background-color: #C05DC9;
}
</style>
border-color css
<style>
span { border-color: #C05DC9; }
span { border-color: rgb(192,93,201); }
td.TdClassName
{
border-color: #C05DC9;
}
.TagClassName
{
border-color: #C05DC9;
}
</style>