Shades of Fuchsia #C05AB2
Tints of Fuchsia #C05AB2
RGB
CMYK
RGB Variations
Color information
#C05AB2 (or 0xC05AB2) is known color: Fuchsia. HEX triplet: C0, 5A and B2. RGB value is (192,90,178). Sum of RGB (Red+Green+Blue) = 192+90+178=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AB2 is #3FA54D. Grayscale: #828282. Windows color (decimal): -4171086 or 11688640. OLE color: 11688640.
HSL color Cylindrical-coordinate representation of color #C05AB2: hue angle of 308.24º degrees, saturation: 0.45, 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 #C05AB2 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 178 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.25 |
| HSL | 308.24º | 0.45% | 0.55% | - |
| HSV(B) | 308.24º | 0.53% | 0.75% | - |
| XYZ | 33.43 | 21.73 | 44.55 | - |
| YUV | 130.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 178 | 0 | 0.53 | 0.07 | 0.25 | 308.24 | 0.45 | 0.55 |
| Hex | C0 | 5A | B2 | 0 | 35 | 7 | 19 | 134 | 2D | 37 |
| Octal | 300 | 132 | 262 | 0 | 65 | 7 | 31 | 464 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10110010 | 0 | 110101 | 111 | 11001 | 100110100 | 101101 | 110111 |
Color Harmonies of #C05AB2
Complementary color
Monochromatic Colors of #C05AB2
Black with #C05AB2
Text Example
Text Example
White with #C05AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AB2; }
p { color: rgb(192,90,178); }
H1.HeaderClassName
{
color: #C05AB2;
}
.AnyTagClassName
{
color: #C05AB2;
}
</style>
background-color css
<style>
a { background-color: #C05AB2; }
a { background-color: rgb(192,90,178); }
div.DivClassName
{
background-color: #C05AB2;
}
.BgClassName
{
background-color: #C05AB2;
}
</style>
border-color css
<style>
span { border-color: #C05AB2; }
span { border-color: rgb(192,90,178); }
td.TdClassName
{
border-color: #C05AB2;
}
.TagClassName
{
border-color: #C05AB2;
}
</style>