Shades of Fuchsia #C06FB8
Tints of Fuchsia #C06FB8
RGB
CMYK
RGB Variations
Color information
#C06FB8 (or 0xC06FB8) is known color: Fuchsia. HEX triplet: C0, 6F and B8. RGB value is (192,111,184). Sum of RGB (Red+Green+Blue) = 192+111+184=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FB8 is #3F9047. Grayscale: #8F8F8F. Windows color (decimal): -4165704 or 12087232. OLE color: 12087232.
HSL color Cylindrical-coordinate representation of color #C06FB8: hue angle of 305.93º 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 #C06FB8 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 184 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.25 |
| HSL | 305.93º | 0.39% | 0.59% | - |
| HSV(B) | 305.93º | 0.42% | 0.75% | - |
| XYZ | 36.07 | 26.04 | 48.47 | - |
| YUV | 143.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 184 | 0 | 0.42 | 0.04 | 0.25 | 305.93 | 0.39 | 0.59 |
| Hex | C0 | 6F | B8 | 0 | 2A | 4 | 19 | 132 | 27 | 3B |
| Octal | 300 | 157 | 270 | 0 | 52 | 4 | 31 | 462 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10111000 | 0 | 101010 | 100 | 11001 | 100110010 | 100111 | 111011 |
Color Harmonies of #C06FB8
Complementary color
Monochromatic Colors of #C06FB8
Black with #C06FB8
Text Example
Text Example
White with #C06FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FB8; }
p { color: rgb(192,111,184); }
H1.HeaderClassName
{
color: #C06FB8;
}
.AnyTagClassName
{
color: #C06FB8;
}
</style>
background-color css
<style>
a { background-color: #C06FB8; }
a { background-color: rgb(192,111,184); }
div.DivClassName
{
background-color: #C06FB8;
}
.BgClassName
{
background-color: #C06FB8;
}
</style>
border-color css
<style>
span { border-color: #C06FB8; }
span { border-color: rgb(192,111,184); }
td.TdClassName
{
border-color: #C06FB8;
}
.TagClassName
{
border-color: #C06FB8;
}
</style>