Shades of Fuchsia #C05BB0
Tints of Fuchsia #C05BB0
RGB
CMYK
RGB Variations
Color information
#C05BB0 (or 0xC05BB0) is known color: Fuchsia. HEX triplet: C0, 5B and B0. RGB value is (192,91,176). Sum of RGB (Red+Green+Blue) = 192+91+176=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BB0 is #3FA44F. Grayscale: #828282. Windows color (decimal): -4170832 or 11557824. OLE color: 11557824.
HSL color Cylindrical-coordinate representation of color #C05BB0: hue angle of 309.5º degrees, saturation: 0.44, 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 #C05BB0 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 176 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.25 |
| HSL | 309.5º | 0.44% | 0.55% | - |
| HSV(B) | 309.5º | 0.53% | 0.75% | - |
| XYZ | 33.32 | 21.82 | 43.53 | - |
| YUV | 130.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 176 | 0 | 0.53 | 0.08 | 0.25 | 309.5 | 0.44 | 0.55 |
| Hex | C0 | 5B | B0 | 0 | 35 | 8 | 19 | 136 | 2C | 37 |
| Octal | 300 | 133 | 260 | 0 | 65 | 10 | 31 | 466 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10110000 | 0 | 110101 | 1000 | 11001 | 100110110 | 101100 | 110111 |
Color Harmonies of #C05BB0
Complementary color
Monochromatic Colors of #C05BB0
Black with #C05BB0
Text Example
Text Example
White with #C05BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BB0; }
p { color: rgb(192,91,176); }
H1.HeaderClassName
{
color: #C05BB0;
}
.AnyTagClassName
{
color: #C05BB0;
}
</style>
background-color css
<style>
a { background-color: #C05BB0; }
a { background-color: rgb(192,91,176); }
div.DivClassName
{
background-color: #C05BB0;
}
.BgClassName
{
background-color: #C05BB0;
}
</style>
border-color css
<style>
span { border-color: #C05BB0; }
span { border-color: rgb(192,91,176); }
td.TdClassName
{
border-color: #C05BB0;
}
.TagClassName
{
border-color: #C05BB0;
}
</style>