Shades of Fuchsia #C05BBC
Tints of Fuchsia #C05BBC
RGB
CMYK
RGB Variations
Color information
#C05BBC (or 0xC05BBC) is known color: Fuchsia. HEX triplet: C0, 5B and BC. RGB value is (192,91,188). Sum of RGB (Red+Green+Blue) = 192+91+188=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BBC is #3FA443. Grayscale: #838383. Windows color (decimal): -4170820 or 12344256. OLE color: 12344256.
HSL color Cylindrical-coordinate representation of color #C05BBC: hue angle of 302.38º 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 #C05BBC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 188 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.25 |
| HSL | 302.38º | 0.44% | 0.55% | - |
| HSV(B) | 302.38º | 0.53% | 0.75% | - |
| XYZ | 34.56 | 22.32 | 50.06 | - |
| YUV | 132.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 188 | 0 | 0.53 | 0.02 | 0.25 | 302.38 | 0.44 | 0.55 |
| Hex | C0 | 5B | BC | 0 | 35 | 2 | 19 | 12E | 2C | 37 |
| Octal | 300 | 133 | 274 | 0 | 65 | 2 | 31 | 456 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10111100 | 0 | 110101 | 10 | 11001 | 100101110 | 101100 | 110111 |
Color Harmonies of #C05BBC
Complementary color
Monochromatic Colors of #C05BBC
Black with #C05BBC
Text Example
Text Example
White with #C05BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BBC; }
p { color: rgb(192,91,188); }
H1.HeaderClassName
{
color: #C05BBC;
}
.AnyTagClassName
{
color: #C05BBC;
}
</style>
background-color css
<style>
a { background-color: #C05BBC; }
a { background-color: rgb(192,91,188); }
div.DivClassName
{
background-color: #C05BBC;
}
.BgClassName
{
background-color: #C05BBC;
}
</style>
border-color css
<style>
span { border-color: #C05BBC; }
span { border-color: rgb(192,91,188); }
td.TdClassName
{
border-color: #C05BBC;
}
.TagClassName
{
border-color: #C05BBC;
}
</style>