Shades of Fuchsia #C06BBA
Tints of Fuchsia #C06BBA
RGB
CMYK
RGB Variations
Color information
#C06BBA (or 0xC06BBA) is known color: Fuchsia. HEX triplet: C0, 6B and BA. RGB value is (192,107,186). Sum of RGB (Red+Green+Blue) = 192+107+186=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BBA is #3F9445. Grayscale: #8D8D8D. Windows color (decimal): -4166726 or 12217280. OLE color: 12217280.
HSL color Cylindrical-coordinate representation of color #C06BBA: hue angle of 304.24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06BBA is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 186 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.25 |
| HSL | 304.24º | 0.4% | 0.59% | - |
| HSV(B) | 304.24º | 0.44% | 0.75% | - |
| XYZ | 35.86 | 25.27 | 49.44 | - |
| YUV | 141.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 186 | 0 | 0.44 | 0.03 | 0.25 | 304.24 | 0.4 | 0.59 |
| Hex | C0 | 6B | BA | 0 | 2C | 3 | 19 | 130 | 28 | 3B |
| Octal | 300 | 153 | 272 | 0 | 54 | 3 | 31 | 460 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10111010 | 0 | 101100 | 11 | 11001 | 100110000 | 101000 | 111011 |
Color Harmonies of #C06BBA
Complementary color
Monochromatic Colors of #C06BBA
Black with #C06BBA
Text Example
Text Example
White with #C06BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BBA; }
p { color: rgb(192,107,186); }
H1.HeaderClassName
{
color: #C06BBA;
}
.AnyTagClassName
{
color: #C06BBA;
}
</style>
background-color css
<style>
a { background-color: #C06BBA; }
a { background-color: rgb(192,107,186); }
div.DivClassName
{
background-color: #C06BBA;
}
.BgClassName
{
background-color: #C06BBA;
}
</style>
border-color css
<style>
span { border-color: #C06BBA; }
span { border-color: rgb(192,107,186); }
td.TdClassName
{
border-color: #C06BBA;
}
.TagClassName
{
border-color: #C06BBA;
}
</style>