Shades of Fuchsia #C06FB1
Tints of Fuchsia #C06FB1
RGB
CMYK
RGB Variations
Color information
#C06FB1 (or 0xC06FB1) is known color: Fuchsia. HEX triplet: C0, 6F and B1. RGB value is (192,111,177). Sum of RGB (Red+Green+Blue) = 192+111+177=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FB1 is #3F904E. Grayscale: #8E8E8E. Windows color (decimal): -4165711 or 11628480. OLE color: 11628480.
HSL color Cylindrical-coordinate representation of color #C06FB1: hue angle of 311.11º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06FB1 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 177 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.25 |
| HSL | 311.11º | 0.39% | 0.59% | - |
| HSV(B) | 311.11º | 0.42% | 0.75% | - |
| XYZ | 35.36 | 25.75 | 44.7 | - |
| YUV | 142.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 177 | 0 | 0.42 | 0.08 | 0.25 | 311.11 | 0.39 | 0.59 |
| Hex | C0 | 6F | B1 | 0 | 2A | 8 | 19 | 137 | 27 | 3B |
| Octal | 300 | 157 | 261 | 0 | 52 | 10 | 31 | 467 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10110001 | 0 | 101010 | 1000 | 11001 | 100110111 | 100111 | 111011 |
Color Harmonies of #C06FB1
Complementary color
Monochromatic Colors of #C06FB1
Black with #C06FB1
Text Example
Text Example
White with #C06FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FB1; }
p { color: rgb(192,111,177); }
H1.HeaderClassName
{
color: #C06FB1;
}
.AnyTagClassName
{
color: #C06FB1;
}
</style>
background-color css
<style>
a { background-color: #C06FB1; }
a { background-color: rgb(192,111,177); }
div.DivClassName
{
background-color: #C06FB1;
}
.BgClassName
{
background-color: #C06FB1;
}
</style>
border-color css
<style>
span { border-color: #C06FB1; }
span { border-color: rgb(192,111,177); }
td.TdClassName
{
border-color: #C06FB1;
}
.TagClassName
{
border-color: #C06FB1;
}
</style>