Shades of Fuchsia #C068B3
Tints of Fuchsia #C068B3
RGB
CMYK
RGB Variations
Color information
#C068B3 (or 0xC068B3) is known color: Fuchsia. HEX triplet: C0, 68 and B3. RGB value is (192,104,179). Sum of RGB (Red+Green+Blue) = 192+104+179=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C068B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068B3 is #3F974C. Grayscale: #8A8A8A. Windows color (decimal): -4167501 or 11757760. OLE color: 11757760.
HSL color Cylindrical-coordinate representation of color #C068B3: hue angle of 308.86º 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 #C068B3 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 179 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.25 |
| HSL | 308.86º | 0.41% | 0.58% | - |
| HSV(B) | 308.86º | 0.46% | 0.75% | - |
| XYZ | 34.83 | 24.36 | 45.51 | - |
| YUV | 138.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 179 | 0 | 0.46 | 0.07 | 0.25 | 308.86 | 0.41 | 0.58 |
| Hex | C0 | 68 | B3 | 0 | 2E | 7 | 19 | 135 | 29 | 3A |
| Octal | 300 | 150 | 263 | 0 | 56 | 7 | 31 | 465 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10110011 | 0 | 101110 | 111 | 11001 | 100110101 | 101001 | 111010 |
Color Harmonies of #C068B3
Complementary color
Monochromatic Colors of #C068B3
Black with #C068B3
Text Example
Text Example
White with #C068B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068B3; }
p { color: rgb(192,104,179); }
H1.HeaderClassName
{
color: #C068B3;
}
.AnyTagClassName
{
color: #C068B3;
}
</style>
background-color css
<style>
a { background-color: #C068B3; }
a { background-color: rgb(192,104,179); }
div.DivClassName
{
background-color: #C068B3;
}
.BgClassName
{
background-color: #C068B3;
}
</style>
border-color css
<style>
span { border-color: #C068B3; }
span { border-color: rgb(192,104,179); }
td.TdClassName
{
border-color: #C068B3;
}
.TagClassName
{
border-color: #C068B3;
}
</style>