Shades of Fuchsia #C05BB5
Tints of Fuchsia #C05BB5
RGB
CMYK
RGB Variations
Color information
#C05BB5 (or 0xC05BB5) is known color: Fuchsia. HEX triplet: C0, 5B and B5. RGB value is (192,91,181). Sum of RGB (Red+Green+Blue) = 192+91+181=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BB5 is #3FA44A. Grayscale: #838383. Windows color (decimal): -4170827 or 11885504. OLE color: 11885504.
HSL color Cylindrical-coordinate representation of color #C05BB5: hue angle of 306.53º 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 #C05BB5 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 181 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.25 |
| HSL | 306.53º | 0.44% | 0.55% | - |
| HSV(B) | 306.53º | 0.53% | 0.75% | - |
| XYZ | 33.82 | 22.02 | 46.18 | - |
| YUV | 131.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 181 | 0 | 0.53 | 0.06 | 0.25 | 306.53 | 0.44 | 0.55 |
| Hex | C0 | 5B | B5 | 0 | 35 | 6 | 19 | 133 | 2C | 37 |
| Octal | 300 | 133 | 265 | 0 | 65 | 6 | 31 | 463 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10110101 | 0 | 110101 | 110 | 11001 | 100110011 | 101100 | 110111 |
Color Harmonies of #C05BB5
Complementary color
Monochromatic Colors of #C05BB5
Black with #C05BB5
Text Example
Text Example
White with #C05BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BB5; }
p { color: rgb(192,91,181); }
H1.HeaderClassName
{
color: #C05BB5;
}
.AnyTagClassName
{
color: #C05BB5;
}
</style>
background-color css
<style>
a { background-color: #C05BB5; }
a { background-color: rgb(192,91,181); }
div.DivClassName
{
background-color: #C05BB5;
}
.BgClassName
{
background-color: #C05BB5;
}
</style>
border-color css
<style>
span { border-color: #C05BB5; }
span { border-color: rgb(192,91,181); }
td.TdClassName
{
border-color: #C05BB5;
}
.TagClassName
{
border-color: #C05BB5;
}
</style>