Shades of Fuchsia #C06FBD
Tints of Fuchsia #C06FBD
RGB
CMYK
RGB Variations
Color information
#C06FBD (or 0xC06FBD) is known color: Fuchsia. HEX triplet: C0, 6F and BD. RGB value is (192,111,189). Sum of RGB (Red+Green+Blue) = 192+111+189=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FBD is #3F9042. Grayscale: #8F8F8F. Windows color (decimal): -4165699 or 12414912. OLE color: 12414912.
HSL color Cylindrical-coordinate representation of color #C06FBD: hue angle of 302.22º 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 #C06FBD is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 189 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.25 |
| HSL | 302.22º | 0.39% | 0.59% | - |
| HSV(B) | 302.22º | 0.42% | 0.75% | - |
| XYZ | 36.61 | 26.25 | 51.28 | - |
| YUV | 144.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 189 | 0 | 0.42 | 0.02 | 0.25 | 302.22 | 0.39 | 0.59 |
| Hex | C0 | 6F | BD | 0 | 2A | 2 | 19 | 12E | 27 | 3B |
| Octal | 300 | 157 | 275 | 0 | 52 | 2 | 31 | 456 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10111101 | 0 | 101010 | 10 | 11001 | 100101110 | 100111 | 111011 |
Color Harmonies of #C06FBD
Complementary color
Monochromatic Colors of #C06FBD
Black with #C06FBD
Text Example
Text Example
White with #C06FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FBD; }
p { color: rgb(192,111,189); }
H1.HeaderClassName
{
color: #C06FBD;
}
.AnyTagClassName
{
color: #C06FBD;
}
</style>
background-color css
<style>
a { background-color: #C06FBD; }
a { background-color: rgb(192,111,189); }
div.DivClassName
{
background-color: #C06FBD;
}
.BgClassName
{
background-color: #C06FBD;
}
</style>
border-color css
<style>
span { border-color: #C06FBD; }
span { border-color: rgb(192,111,189); }
td.TdClassName
{
border-color: #C06FBD;
}
.TagClassName
{
border-color: #C06FBD;
}
</style>