Shades of Fuchsia #C06BBB
Tints of Fuchsia #C06BBB
RGB
CMYK
RGB Variations
Color information
#C06BBB (or 0xC06BBB) is known color: Fuchsia. HEX triplet: C0, 6B and BB. RGB value is (192,107,187). Sum of RGB (Red+Green+Blue) = 192+107+187=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BBB is #3F9444. Grayscale: #8D8D8D. Windows color (decimal): -4166725 or 12282816. OLE color: 12282816.
HSL color Cylindrical-coordinate representation of color #C06BBB: hue angle of 303.53º 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 #C06BBB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 187 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.25 |
| HSL | 303.53º | 0.4% | 0.59% | - |
| HSV(B) | 303.53º | 0.44% | 0.75% | - |
| XYZ | 35.97 | 25.31 | 50 | - |
| YUV | 141.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 187 | 0 | 0.44 | 0.03 | 0.25 | 303.53 | 0.4 | 0.59 |
| Hex | C0 | 6B | BB | 0 | 2C | 3 | 19 | 130 | 28 | 3B |
| Octal | 300 | 153 | 273 | 0 | 54 | 3 | 31 | 460 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10111011 | 0 | 101100 | 11 | 11001 | 100110000 | 101000 | 111011 |
Color Harmonies of #C06BBB
Complementary color
Monochromatic Colors of #C06BBB
Black with #C06BBB
Text Example
Text Example
White with #C06BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BBB; }
p { color: rgb(192,107,187); }
H1.HeaderClassName
{
color: #C06BBB;
}
.AnyTagClassName
{
color: #C06BBB;
}
</style>
background-color css
<style>
a { background-color: #C06BBB; }
a { background-color: rgb(192,107,187); }
div.DivClassName
{
background-color: #C06BBB;
}
.BgClassName
{
background-color: #C06BBB;
}
</style>
border-color css
<style>
span { border-color: #C06BBB; }
span { border-color: rgb(192,107,187); }
td.TdClassName
{
border-color: #C06BBB;
}
.TagClassName
{
border-color: #C06BBB;
}
</style>