Shades of Fuchsia #C05BAA
Tints of Fuchsia #C05BAA
RGB
CMYK
RGB Variations
Color information
#C05BAA (or 0xC05BAA) is known color: Fuchsia. HEX triplet: C0, 5B and AA. RGB value is (192,91,170). Sum of RGB (Red+Green+Blue) = 192+91+170=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BAA is #3FA455. Grayscale: #818181. Windows color (decimal): -4170838 or 11164608. OLE color: 11164608.
HSL color Cylindrical-coordinate representation of color #C05BAA: hue angle of 313.07º 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 #C05BAA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 170 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.25 |
| HSL | 313.07º | 0.44% | 0.55% | - |
| HSV(B) | 313.07º | 0.53% | 0.75% | - |
| XYZ | 32.74 | 21.59 | 40.47 | - |
| YUV | 130.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 170 | 0 | 0.53 | 0.11 | 0.25 | 313.07 | 0.44 | 0.55 |
| Hex | C0 | 5B | AA | 0 | 35 | B | 19 | 139 | 2C | 37 |
| Octal | 300 | 133 | 252 | 0 | 65 | 13 | 31 | 471 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10101010 | 0 | 110101 | 1011 | 11001 | 100111001 | 101100 | 110111 |
Color Harmonies of #C05BAA
Complementary color
Monochromatic Colors of #C05BAA
Black with #C05BAA
Text Example
Text Example
White with #C05BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BAA; }
p { color: rgb(192,91,170); }
H1.HeaderClassName
{
color: #C05BAA;
}
.AnyTagClassName
{
color: #C05BAA;
}
</style>
background-color css
<style>
a { background-color: #C05BAA; }
a { background-color: rgb(192,91,170); }
div.DivClassName
{
background-color: #C05BAA;
}
.BgClassName
{
background-color: #C05BAA;
}
</style>
border-color css
<style>
span { border-color: #C05BAA; }
span { border-color: rgb(192,91,170); }
td.TdClassName
{
border-color: #C05BAA;
}
.TagClassName
{
border-color: #C05BAA;
}
</style>