Shades of Fuchsia #C06AB8
Tints of Fuchsia #C06AB8
RGB
CMYK
RGB Variations
Color information
#C06AB8 (or 0xC06AB8) is known color: Fuchsia. HEX triplet: C0, 6A and B8. RGB value is (192,106,184). Sum of RGB (Red+Green+Blue) = 192+106+184=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AB8 is #3F9547. Grayscale: #8C8C8C. Windows color (decimal): -4166984 or 12085952. OLE color: 12085952.
HSL color Cylindrical-coordinate representation of color #C06AB8: hue angle of 305.58º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06AB8 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 184 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.25 |
| HSL | 305.58º | 0.41% | 0.58% | - |
| HSV(B) | 305.58º | 0.45% | 0.75% | - |
| XYZ | 35.54 | 24.98 | 48.29 | - |
| YUV | 140.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 184 | 0 | 0.45 | 0.04 | 0.25 | 305.58 | 0.41 | 0.58 |
| Hex | C0 | 6A | B8 | 0 | 2D | 4 | 19 | 132 | 29 | 3A |
| Octal | 300 | 152 | 270 | 0 | 55 | 4 | 31 | 462 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10111000 | 0 | 101101 | 100 | 11001 | 100110010 | 101001 | 111010 |
Color Harmonies of #C06AB8
Complementary color
Monochromatic Colors of #C06AB8
Black with #C06AB8
Text Example
Text Example
White with #C06AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AB8; }
p { color: rgb(192,106,184); }
H1.HeaderClassName
{
color: #C06AB8;
}
.AnyTagClassName
{
color: #C06AB8;
}
</style>
background-color css
<style>
a { background-color: #C06AB8; }
a { background-color: rgb(192,106,184); }
div.DivClassName
{
background-color: #C06AB8;
}
.BgClassName
{
background-color: #C06AB8;
}
</style>
border-color css
<style>
span { border-color: #C06AB8; }
span { border-color: rgb(192,106,184); }
td.TdClassName
{
border-color: #C06AB8;
}
.TagClassName
{
border-color: #C06AB8;
}
</style>