Shades of Fuchsia #C060C9
Tints of Fuchsia #C060C9
RGB
CMYK
RGB Variations
Color information
#C060C9 (or 0xC060C9) is known color: Fuchsia. HEX triplet: C0, 60 and C9. RGB value is (192,96,201). Sum of RGB (Red+Green+Blue) = 192+96+201=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #C060C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060C9 is #3F9F36. Grayscale: #888888. Windows color (decimal): -4169527 or 13197504. OLE color: 13197504.
HSL color Cylindrical-coordinate representation of color #C060C9: hue angle of 294.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C060C9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 96 | 201 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.21 |
| HSL | 294.86º | 0.49% | 0.58% | - |
| HSV(B) | 294.86º | 0.52% | 0.79% | - |
| XYZ | 36.46 | 23.79 | 57.93 | - |
| YUV | 136.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 201 | 0.04 | 0.52 | 0 | 0.21 | 294.86 | 0.49 | 0.58 |
| Hex | C0 | 60 | C9 | 4 | 34 | 0 | 15 | 127 | 31 | 3A |
| Octal | 300 | 140 | 311 | 4 | 64 | 0 | 25 | 447 | 61 | 72 |
| Binary | 11000000 | 1100000 | 11001001 | 100 | 110100 | 0 | 10101 | 100100111 | 110001 | 111010 |
Color Harmonies of #C060C9
Complementary color
Monochromatic Colors of #C060C9
Black with #C060C9
Text Example
Text Example
White with #C060C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060C9; }
p { color: rgb(192,96,201); }
H1.HeaderClassName
{
color: #C060C9;
}
.AnyTagClassName
{
color: #C060C9;
}
</style>
background-color css
<style>
a { background-color: #C060C9; }
a { background-color: rgb(192,96,201); }
div.DivClassName
{
background-color: #C060C9;
}
.BgClassName
{
background-color: #C060C9;
}
</style>
border-color css
<style>
span { border-color: #C060C9; }
span { border-color: rgb(192,96,201); }
td.TdClassName
{
border-color: #C060C9;
}
.TagClassName
{
border-color: #C060C9;
}
</style>