Shades of Fuchsia #C06AB6
Tints of Fuchsia #C06AB6
RGB
CMYK
RGB Variations
Color information
#C06AB6 (or 0xC06AB6) is known color: Fuchsia. HEX triplet: C0, 6A and B6. RGB value is (192,106,182). Sum of RGB (Red+Green+Blue) = 192+106+182=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AB6 is #3F9549. Grayscale: #8C8C8C. Windows color (decimal): -4166986 or 11954880. OLE color: 11954880.
HSL color Cylindrical-coordinate representation of color #C06AB6: hue angle of 306.98º 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 #C06AB6 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 182 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.25 |
| HSL | 306.98º | 0.41% | 0.58% | - |
| HSV(B) | 306.98º | 0.45% | 0.75% | - |
| XYZ | 35.34 | 24.89 | 47.2 | - |
| YUV | 140.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 182 | 0 | 0.45 | 0.05 | 0.25 | 306.98 | 0.41 | 0.58 |
| Hex | C0 | 6A | B6 | 0 | 2D | 5 | 19 | 133 | 29 | 3A |
| Octal | 300 | 152 | 266 | 0 | 55 | 5 | 31 | 463 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10110110 | 0 | 101101 | 101 | 11001 | 100110011 | 101001 | 111010 |
Color Harmonies of #C06AB6
Complementary color
Monochromatic Colors of #C06AB6
Black with #C06AB6
Text Example
Text Example
White with #C06AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AB6; }
p { color: rgb(192,106,182); }
H1.HeaderClassName
{
color: #C06AB6;
}
.AnyTagClassName
{
color: #C06AB6;
}
</style>
background-color css
<style>
a { background-color: #C06AB6; }
a { background-color: rgb(192,106,182); }
div.DivClassName
{
background-color: #C06AB6;
}
.BgClassName
{
background-color: #C06AB6;
}
</style>
border-color css
<style>
span { border-color: #C06AB6; }
span { border-color: rgb(192,106,182); }
td.TdClassName
{
border-color: #C06AB6;
}
.TagClassName
{
border-color: #C06AB6;
}
</style>