Shades of Fuchsia #C05AB9
Tints of Fuchsia #C05AB9
RGB
CMYK
RGB Variations
Color information
#C05AB9 (or 0xC05AB9) is known color: Fuchsia. HEX triplet: C0, 5A and B9. RGB value is (192,90,185). Sum of RGB (Red+Green+Blue) = 192+90+185=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AB9 is #3FA546. Grayscale: #838383. Windows color (decimal): -4171079 or 12147392. OLE color: 12147392.
HSL color Cylindrical-coordinate representation of color #C05AB9: hue angle of 304.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05AB9 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 185 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.25 |
| HSL | 304.12º | 0.45% | 0.55% | - |
| HSV(B) | 304.12º | 0.53% | 0.75% | - |
| XYZ | 34.15 | 22.02 | 48.35 | - |
| YUV | 131.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 185 | 0 | 0.53 | 0.04 | 0.25 | 304.12 | 0.45 | 0.55 |
| Hex | C0 | 5A | B9 | 0 | 35 | 4 | 19 | 130 | 2D | 37 |
| Octal | 300 | 132 | 271 | 0 | 65 | 4 | 31 | 460 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10111001 | 0 | 110101 | 100 | 11001 | 100110000 | 101101 | 110111 |
Color Harmonies of #C05AB9
Complementary color
Monochromatic Colors of #C05AB9
Black with #C05AB9
Text Example
Text Example
White with #C05AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AB9; }
p { color: rgb(192,90,185); }
H1.HeaderClassName
{
color: #C05AB9;
}
.AnyTagClassName
{
color: #C05AB9;
}
</style>
background-color css
<style>
a { background-color: #C05AB9; }
a { background-color: rgb(192,90,185); }
div.DivClassName
{
background-color: #C05AB9;
}
.BgClassName
{
background-color: #C05AB9;
}
</style>
border-color css
<style>
span { border-color: #C05AB9; }
span { border-color: rgb(192,90,185); }
td.TdClassName
{
border-color: #C05AB9;
}
.TagClassName
{
border-color: #C05AB9;
}
</style>