Shades of Fuchsia #C05AB3
Tints of Fuchsia #C05AB3
RGB
CMYK
RGB Variations
Color information
#C05AB3 (or 0xC05AB3) is known color: Fuchsia. HEX triplet: C0, 5A and B3. RGB value is (192,90,179). Sum of RGB (Red+Green+Blue) = 192+90+179=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AB3 is #3FA54C. Grayscale: #828282. Windows color (decimal): -4171085 or 11754176. OLE color: 11754176.
HSL color Cylindrical-coordinate representation of color #C05AB3: hue angle of 307.65º 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 #C05AB3 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 179 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.25 |
| HSL | 307.65º | 0.45% | 0.55% | - |
| HSV(B) | 307.65º | 0.53% | 0.75% | - |
| XYZ | 33.53 | 21.77 | 45.08 | - |
| YUV | 130.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 179 | 0 | 0.53 | 0.07 | 0.25 | 307.65 | 0.45 | 0.55 |
| Hex | C0 | 5A | B3 | 0 | 35 | 7 | 19 | 134 | 2D | 37 |
| Octal | 300 | 132 | 263 | 0 | 65 | 7 | 31 | 464 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10110011 | 0 | 110101 | 111 | 11001 | 100110100 | 101101 | 110111 |
Color Harmonies of #C05AB3
Complementary color
Monochromatic Colors of #C05AB3
Black with #C05AB3
Text Example
Text Example
White with #C05AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AB3; }
p { color: rgb(192,90,179); }
H1.HeaderClassName
{
color: #C05AB3;
}
.AnyTagClassName
{
color: #C05AB3;
}
</style>
background-color css
<style>
a { background-color: #C05AB3; }
a { background-color: rgb(192,90,179); }
div.DivClassName
{
background-color: #C05AB3;
}
.BgClassName
{
background-color: #C05AB3;
}
</style>
border-color css
<style>
span { border-color: #C05AB3; }
span { border-color: rgb(192,90,179); }
td.TdClassName
{
border-color: #C05AB3;
}
.TagClassName
{
border-color: #C05AB3;
}
</style>