Shades of Fuchsia #C06BBC
Tints of Fuchsia #C06BBC
RGB
CMYK
RGB Variations
Color information
#C06BBC (or 0xC06BBC) is known color: Fuchsia. HEX triplet: C0, 6B and BC. RGB value is (192,107,188). Sum of RGB (Red+Green+Blue) = 192+107+188=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BBC is #3F9443. Grayscale: #8D8D8D. Windows color (decimal): -4166724 or 12348352. OLE color: 12348352.
HSL color Cylindrical-coordinate representation of color #C06BBC: hue angle of 302.82º 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 #C06BBC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 188 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.25 |
| HSL | 302.82º | 0.4% | 0.59% | - |
| HSV(B) | 302.82º | 0.44% | 0.75% | - |
| XYZ | 36.07 | 25.35 | 50.57 | - |
| YUV | 141.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 188 | 0 | 0.44 | 0.02 | 0.25 | 302.82 | 0.4 | 0.59 |
| Hex | C0 | 6B | BC | 0 | 2C | 2 | 19 | 12F | 28 | 3B |
| Octal | 300 | 153 | 274 | 0 | 54 | 2 | 31 | 457 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10111100 | 0 | 101100 | 10 | 11001 | 100101111 | 101000 | 111011 |
Color Harmonies of #C06BBC
Complementary color
Monochromatic Colors of #C06BBC
Black with #C06BBC
Text Example
Text Example
White with #C06BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BBC; }
p { color: rgb(192,107,188); }
H1.HeaderClassName
{
color: #C06BBC;
}
.AnyTagClassName
{
color: #C06BBC;
}
</style>
background-color css
<style>
a { background-color: #C06BBC; }
a { background-color: rgb(192,107,188); }
div.DivClassName
{
background-color: #C06BBC;
}
.BgClassName
{
background-color: #C06BBC;
}
</style>
border-color css
<style>
span { border-color: #C06BBC; }
span { border-color: rgb(192,107,188); }
td.TdClassName
{
border-color: #C06BBC;
}
.TagClassName
{
border-color: #C06BBC;
}
</style>