Shades of Fuchsia #C05CC9
Tints of Fuchsia #C05CC9
RGB
CMYK
RGB Variations
Color information
#C05CC9 (or 0xC05CC9) is known color: Fuchsia. HEX triplet: C0, 5C and C9. RGB value is (192,92,201). Sum of RGB (Red+Green+Blue) = 192+92+201=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #C05CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CC9 is #3FA336. Grayscale: #858585. Windows color (decimal): -4170551 or 13196480. OLE color: 13196480.
HSL color Cylindrical-coordinate representation of color #C05CC9: hue angle of 295.05º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05CC9 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 92 | 201 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.21 |
| HSL | 295.05º | 0.5% | 0.57% | - |
| HSV(B) | 295.05º | 0.54% | 0.79% | - |
| XYZ | 36.11 | 23.08 | 57.81 | - |
| YUV | 134.33 | 165.63 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 201 | 0.04 | 0.54 | 0 | 0.21 | 295.05 | 0.5 | 0.57 |
| Hex | C0 | 5C | C9 | 4 | 36 | 0 | 15 | 127 | 32 | 39 |
| Octal | 300 | 134 | 311 | 4 | 66 | 0 | 25 | 447 | 62 | 71 |
| Binary | 11000000 | 1011100 | 11001001 | 100 | 110110 | 0 | 10101 | 100100111 | 110010 | 111001 |
Color Harmonies of #C05CC9
Complementary color
Monochromatic Colors of #C05CC9
Black with #C05CC9
Text Example
Text Example
White with #C05CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CC9; }
p { color: rgb(192,92,201); }
H1.HeaderClassName
{
color: #C05CC9;
}
.AnyTagClassName
{
color: #C05CC9;
}
</style>
background-color css
<style>
a { background-color: #C05CC9; }
a { background-color: rgb(192,92,201); }
div.DivClassName
{
background-color: #C05CC9;
}
.BgClassName
{
background-color: #C05CC9;
}
</style>
border-color css
<style>
span { border-color: #C05CC9; }
span { border-color: rgb(192,92,201); }
td.TdClassName
{
border-color: #C05CC9;
}
.TagClassName
{
border-color: #C05CC9;
}
</style>