Shades of Fuchsia #C061C9
Tints of Fuchsia #C061C9
RGB
CMYK
RGB Variations
Color information
#C061C9 (or 0xC061C9) is known color: Fuchsia. HEX triplet: C0, 61 and C9. RGB value is (192,97,201). Sum of RGB (Red+Green+Blue) = 192+97+201=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #C061C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061C9 is #3F9E36. Grayscale: #888888. Windows color (decimal): -4169271 or 13197760. OLE color: 13197760.
HSL color Cylindrical-coordinate representation of color #C061C9: hue angle of 294.81º 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 #C061C9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 97 | 201 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.21 |
| HSL | 294.81º | 0.49% | 0.58% | - |
| HSV(B) | 294.81º | 0.52% | 0.79% | - |
| XYZ | 36.56 | 23.97 | 57.96 | - |
| YUV | 137.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 201 | 0.04 | 0.52 | 0 | 0.21 | 294.81 | 0.49 | 0.58 |
| Hex | C0 | 61 | C9 | 4 | 34 | 0 | 15 | 127 | 31 | 3A |
| Octal | 300 | 141 | 311 | 4 | 64 | 0 | 25 | 447 | 61 | 72 |
| Binary | 11000000 | 1100001 | 11001001 | 100 | 110100 | 0 | 10101 | 100100111 | 110001 | 111010 |
Color Harmonies of #C061C9
Complementary color
Monochromatic Colors of #C061C9
Black with #C061C9
Text Example
Text Example
White with #C061C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061C9; }
p { color: rgb(192,97,201); }
H1.HeaderClassName
{
color: #C061C9;
}
.AnyTagClassName
{
color: #C061C9;
}
</style>
background-color css
<style>
a { background-color: #C061C9; }
a { background-color: rgb(192,97,201); }
div.DivClassName
{
background-color: #C061C9;
}
.BgClassName
{
background-color: #C061C9;
}
</style>
border-color css
<style>
span { border-color: #C061C9; }
span { border-color: rgb(192,97,201); }
td.TdClassName
{
border-color: #C061C9;
}
.TagClassName
{
border-color: #C061C9;
}
</style>