Shades of Fuchsia #C06FC0
Tints of Fuchsia #C06FC0
RGB
CMYK
RGB Variations
Color information
#C06FC0 (or 0xC06FC0) is known color: Fuchsia. HEX triplet: C0, 6F and C0. RGB value is (192,111,192). Sum of RGB (Red+Green+Blue) = 192+111+192=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C06FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FC0 is #3F903F. Grayscale: #909090. Windows color (decimal): -4165696 or 12611520. OLE color: 12611520.
HSL color Cylindrical-coordinate representation of color #C06FC0: hue angle of 300º 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 #C06FC0 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 192 | - |
| CMYK | 0 | 0.42 | 0 | 0.25 |
| HSL | 300º | 0.39% | 0.59% | - |
| HSV(B) | 300º | 0.42% | 0.75% | - |
| XYZ | 36.94 | 26.38 | 53.01 | - |
| YUV | 144.45 | 154.84 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 192 | 0 | 0.42 | 0 | 0.25 | 300 | 0.39 | 0.59 |
| Hex | C0 | 6F | C0 | 0 | 2A | 0 | 19 | 12C | 27 | 3B |
| Octal | 300 | 157 | 300 | 0 | 52 | 0 | 31 | 454 | 47 | 73 |
| Binary | 11000000 | 1101111 | 11000000 | 0 | 101010 | 0 | 11001 | 100101100 | 100111 | 111011 |
Color Harmonies of #C06FC0
Complementary color
Monochromatic Colors of #C06FC0
Black with #C06FC0
Text Example
Text Example
White with #C06FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FC0; }
p { color: rgb(192,111,192); }
H1.HeaderClassName
{
color: #C06FC0;
}
.AnyTagClassName
{
color: #C06FC0;
}
</style>
background-color css
<style>
a { background-color: #C06FC0; }
a { background-color: rgb(192,111,192); }
div.DivClassName
{
background-color: #C06FC0;
}
.BgClassName
{
background-color: #C06FC0;
}
</style>
border-color css
<style>
span { border-color: #C06FC0; }
span { border-color: rgb(192,111,192); }
td.TdClassName
{
border-color: #C06FC0;
}
.TagClassName
{
border-color: #C06FC0;
}
</style>