Shades of Fuchsia #C05BB9
Tints of Fuchsia #C05BB9
RGB
CMYK
RGB Variations
Color information
#C05BB9 (or 0xC05BB9) is known color: Fuchsia. HEX triplet: C0, 5B and B9. RGB value is (192,91,185). Sum of RGB (Red+Green+Blue) = 192+91+185=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BB9 is #3FA446. Grayscale: #838383. Windows color (decimal): -4170823 or 12147648. OLE color: 12147648.
HSL color Cylindrical-coordinate representation of color #C05BB9: hue angle of 304.16º 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 #C05BB9 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 185 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.25 |
| HSL | 304.16º | 0.44% | 0.55% | - |
| HSV(B) | 304.16º | 0.53% | 0.75% | - |
| XYZ | 34.24 | 22.19 | 48.38 | - |
| YUV | 131.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 185 | 0 | 0.53 | 0.04 | 0.25 | 304.16 | 0.44 | 0.55 |
| Hex | C0 | 5B | B9 | 0 | 35 | 4 | 19 | 130 | 2C | 37 |
| Octal | 300 | 133 | 271 | 0 | 65 | 4 | 31 | 460 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10111001 | 0 | 110101 | 100 | 11001 | 100110000 | 101100 | 110111 |
Color Harmonies of #C05BB9
Complementary color
Monochromatic Colors of #C05BB9
Black with #C05BB9
Text Example
Text Example
White with #C05BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BB9; }
p { color: rgb(192,91,185); }
H1.HeaderClassName
{
color: #C05BB9;
}
.AnyTagClassName
{
color: #C05BB9;
}
</style>
background-color css
<style>
a { background-color: #C05BB9; }
a { background-color: rgb(192,91,185); }
div.DivClassName
{
background-color: #C05BB9;
}
.BgClassName
{
background-color: #C05BB9;
}
</style>
border-color css
<style>
span { border-color: #C05BB9; }
span { border-color: rgb(192,91,185); }
td.TdClassName
{
border-color: #C05BB9;
}
.TagClassName
{
border-color: #C05BB9;
}
</style>