Shades of Fuchsia #C06FB6
Tints of Fuchsia #C06FB6
RGB
CMYK
RGB Variations
Color information
#C06FB6 (or 0xC06FB6) is known color: Fuchsia. HEX triplet: C0, 6F and B6. RGB value is (192,111,182). Sum of RGB (Red+Green+Blue) = 192+111+182=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FB6 is #3F9049. Grayscale: #8F8F8F. Windows color (decimal): -4165706 or 11956160. OLE color: 11956160.
HSL color Cylindrical-coordinate representation of color #C06FB6: hue angle of 307.41º 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 #C06FB6 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 182 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.25 |
| HSL | 307.41º | 0.39% | 0.59% | - |
| HSV(B) | 307.41º | 0.42% | 0.75% | - |
| XYZ | 35.87 | 25.95 | 47.38 | - |
| YUV | 143.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 182 | 0 | 0.42 | 0.05 | 0.25 | 307.41 | 0.39 | 0.59 |
| Hex | C0 | 6F | B6 | 0 | 2A | 5 | 19 | 133 | 27 | 3B |
| Octal | 300 | 157 | 266 | 0 | 52 | 5 | 31 | 463 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10110110 | 0 | 101010 | 101 | 11001 | 100110011 | 100111 | 111011 |
Color Harmonies of #C06FB6
Complementary color
Monochromatic Colors of #C06FB6
Black with #C06FB6
Text Example
Text Example
White with #C06FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FB6; }
p { color: rgb(192,111,182); }
H1.HeaderClassName
{
color: #C06FB6;
}
.AnyTagClassName
{
color: #C06FB6;
}
</style>
background-color css
<style>
a { background-color: #C06FB6; }
a { background-color: rgb(192,111,182); }
div.DivClassName
{
background-color: #C06FB6;
}
.BgClassName
{
background-color: #C06FB6;
}
</style>
border-color css
<style>
span { border-color: #C06FB6; }
span { border-color: rgb(192,111,182); }
td.TdClassName
{
border-color: #C06FB6;
}
.TagClassName
{
border-color: #C06FB6;
}
</style>