Shades of Fuchsia #C05BC6
Tints of Fuchsia #C05BC6
RGB
CMYK
RGB Variations
Color information
#C05BC6 (or 0xC05BC6) is known color: Fuchsia. HEX triplet: C0, 5B and C6. RGB value is (192,91,198). Sum of RGB (Red+Green+Blue) = 192+91+198=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #C05BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BC6 is #3FA439. Grayscale: #858585. Windows color (decimal): -4170810 or 12999616. OLE color: 12999616.
HSL color Cylindrical-coordinate representation of color #C05BC6: hue angle of 296.64º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05BC6 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 91 | 198 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.22 |
| HSL | 296.64º | 0.48% | 0.57% | - |
| HSV(B) | 296.64º | 0.54% | 0.78% | - |
| XYZ | 35.67 | 22.77 | 55.94 | - |
| YUV | 133.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 198 | 0.03 | 0.54 | 0 | 0.22 | 296.64 | 0.48 | 0.57 |
| Hex | C0 | 5B | C6 | 3 | 36 | 0 | 16 | 129 | 30 | 39 |
| Octal | 300 | 133 | 306 | 3 | 66 | 0 | 26 | 451 | 60 | 71 |
| Binary | 11000000 | 1011011 | 11000110 | 11 | 110110 | 0 | 10110 | 100101001 | 110000 | 111001 |
Color Harmonies of #C05BC6
Complementary color
Monochromatic Colors of #C05BC6
Black with #C05BC6
Text Example
Text Example
White with #C05BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BC6; }
p { color: rgb(192,91,198); }
H1.HeaderClassName
{
color: #C05BC6;
}
.AnyTagClassName
{
color: #C05BC6;
}
</style>
background-color css
<style>
a { background-color: #C05BC6; }
a { background-color: rgb(192,91,198); }
div.DivClassName
{
background-color: #C05BC6;
}
.BgClassName
{
background-color: #C05BC6;
}
</style>
border-color css
<style>
span { border-color: #C05BC6; }
span { border-color: rgb(192,91,198); }
td.TdClassName
{
border-color: #C05BC6;
}
.TagClassName
{
border-color: #C05BC6;
}
</style>