Shades of Fuchsia #C068BB
Tints of Fuchsia #C068BB
RGB
CMYK
RGB Variations
Color information
#C068BB (or 0xC068BB) is known color: Fuchsia. HEX triplet: C0, 68 and BB. RGB value is (192,104,187). Sum of RGB (Red+Green+Blue) = 192+104+187=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C068BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068BB is #3F9744. Grayscale: #8B8B8B. Windows color (decimal): -4167493 or 12282048. OLE color: 12282048.
HSL color Cylindrical-coordinate representation of color #C068BB: hue angle of 303.41º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C068BB is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 187 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.25 |
| HSL | 303.41º | 0.41% | 0.58% | - |
| HSV(B) | 303.41º | 0.46% | 0.75% | - |
| XYZ | 35.66 | 24.69 | 49.9 | - |
| YUV | 139.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 187 | 0 | 0.46 | 0.03 | 0.25 | 303.41 | 0.41 | 0.58 |
| Hex | C0 | 68 | BB | 0 | 2E | 3 | 19 | 12F | 29 | 3A |
| Octal | 300 | 150 | 273 | 0 | 56 | 3 | 31 | 457 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10111011 | 0 | 101110 | 11 | 11001 | 100101111 | 101001 | 111010 |
Color Harmonies of #C068BB
Complementary color
Monochromatic Colors of #C068BB
Black with #C068BB
Text Example
Text Example
White with #C068BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068BB; }
p { color: rgb(192,104,187); }
H1.HeaderClassName
{
color: #C068BB;
}
.AnyTagClassName
{
color: #C068BB;
}
</style>
background-color css
<style>
a { background-color: #C068BB; }
a { background-color: rgb(192,104,187); }
div.DivClassName
{
background-color: #C068BB;
}
.BgClassName
{
background-color: #C068BB;
}
</style>
border-color css
<style>
span { border-color: #C068BB; }
span { border-color: rgb(192,104,187); }
td.TdClassName
{
border-color: #C068BB;
}
.TagClassName
{
border-color: #C068BB;
}
</style>