Shades of Fuchsia #C05ABD
Tints of Fuchsia #C05ABD
RGB
CMYK
RGB Variations
Color information
#C05ABD (or 0xC05ABD) is known color: Fuchsia. HEX triplet: C0, 5A and BD. RGB value is (192,90,189). Sum of RGB (Red+Green+Blue) = 192+90+189=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C05ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ABD is #3FA542. Grayscale: #838383. Windows color (decimal): -4171075 or 12409536. OLE color: 12409536.
HSL color Cylindrical-coordinate representation of color #C05ABD: hue angle of 301.76º 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 #C05ABD is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 189 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.25 |
| HSL | 301.76º | 0.45% | 0.55% | - |
| HSV(B) | 301.76º | 0.53% | 0.75% | - |
| XYZ | 34.58 | 22.19 | 50.61 | - |
| YUV | 131.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 189 | 0 | 0.53 | 0.02 | 0.25 | 301.76 | 0.45 | 0.55 |
| Hex | C0 | 5A | BD | 0 | 35 | 2 | 19 | 12E | 2D | 37 |
| Octal | 300 | 132 | 275 | 0 | 65 | 2 | 31 | 456 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10111101 | 0 | 110101 | 10 | 11001 | 100101110 | 101101 | 110111 |
Color Harmonies of #C05ABD
Complementary color
Monochromatic Colors of #C05ABD
Black with #C05ABD
Text Example
Text Example
White with #C05ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ABD; }
p { color: rgb(192,90,189); }
H1.HeaderClassName
{
color: #C05ABD;
}
.AnyTagClassName
{
color: #C05ABD;
}
</style>
background-color css
<style>
a { background-color: #C05ABD; }
a { background-color: rgb(192,90,189); }
div.DivClassName
{
background-color: #C05ABD;
}
.BgClassName
{
background-color: #C05ABD;
}
</style>
border-color css
<style>
span { border-color: #C05ABD; }
span { border-color: rgb(192,90,189); }
td.TdClassName
{
border-color: #C05ABD;
}
.TagClassName
{
border-color: #C05ABD;
}
</style>