Shades of Fuchsia #C05ABB
Tints of Fuchsia #C05ABB
RGB
CMYK
RGB Variations
Color information
#C05ABB (or 0xC05ABB) is known color: Fuchsia. HEX triplet: C0, 5A and BB. RGB value is (192,90,187). Sum of RGB (Red+Green+Blue) = 192+90+187=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C05ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ABB is #3FA544. Grayscale: #838383. Windows color (decimal): -4171077 or 12278464. OLE color: 12278464.
HSL color Cylindrical-coordinate representation of color #C05ABB: hue angle of 302.94º 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 #C05ABB is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 187 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.25 |
| HSL | 302.94º | 0.45% | 0.55% | - |
| HSV(B) | 302.94º | 0.53% | 0.75% | - |
| XYZ | 34.36 | 22.11 | 49.47 | - |
| YUV | 131.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 187 | 0 | 0.53 | 0.03 | 0.25 | 302.94 | 0.45 | 0.55 |
| Hex | C0 | 5A | BB | 0 | 35 | 3 | 19 | 12F | 2D | 37 |
| Octal | 300 | 132 | 273 | 0 | 65 | 3 | 31 | 457 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10111011 | 0 | 110101 | 11 | 11001 | 100101111 | 101101 | 110111 |
Color Harmonies of #C05ABB
Complementary color
Monochromatic Colors of #C05ABB
Black with #C05ABB
Text Example
Text Example
White with #C05ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ABB; }
p { color: rgb(192,90,187); }
H1.HeaderClassName
{
color: #C05ABB;
}
.AnyTagClassName
{
color: #C05ABB;
}
</style>
background-color css
<style>
a { background-color: #C05ABB; }
a { background-color: rgb(192,90,187); }
div.DivClassName
{
background-color: #C05ABB;
}
.BgClassName
{
background-color: #C05ABB;
}
</style>
border-color css
<style>
span { border-color: #C05ABB; }
span { border-color: rgb(192,90,187); }
td.TdClassName
{
border-color: #C05ABB;
}
.TagClassName
{
border-color: #C05ABB;
}
</style>