Shades of Fuchsia #C068B5
Tints of Fuchsia #C068B5
RGB
CMYK
RGB Variations
Color information
#C068B5 (or 0xC068B5) is known color: Fuchsia. HEX triplet: C0, 68 and B5. RGB value is (192,104,181). Sum of RGB (Red+Green+Blue) = 192+104+181=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C068B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068B5 is #3F974A. Grayscale: #8A8A8A. Windows color (decimal): -4167499 or 11888832. OLE color: 11888832.
HSL color Cylindrical-coordinate representation of color #C068B5: hue angle of 307.5º 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 #C068B5 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 181 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.25 |
| HSL | 307.5º | 0.41% | 0.58% | - |
| HSV(B) | 307.5º | 0.46% | 0.75% | - |
| XYZ | 35.03 | 24.44 | 46.59 | - |
| YUV | 139.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 181 | 0 | 0.46 | 0.06 | 0.25 | 307.5 | 0.41 | 0.58 |
| Hex | C0 | 68 | B5 | 0 | 2E | 6 | 19 | 134 | 29 | 3A |
| Octal | 300 | 150 | 265 | 0 | 56 | 6 | 31 | 464 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10110101 | 0 | 101110 | 110 | 11001 | 100110100 | 101001 | 111010 |
Color Harmonies of #C068B5
Complementary color
Monochromatic Colors of #C068B5
Black with #C068B5
Text Example
Text Example
White with #C068B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068B5; }
p { color: rgb(192,104,181); }
H1.HeaderClassName
{
color: #C068B5;
}
.AnyTagClassName
{
color: #C068B5;
}
</style>
background-color css
<style>
a { background-color: #C068B5; }
a { background-color: rgb(192,104,181); }
div.DivClassName
{
background-color: #C068B5;
}
.BgClassName
{
background-color: #C068B5;
}
</style>
border-color css
<style>
span { border-color: #C068B5; }
span { border-color: rgb(192,104,181); }
td.TdClassName
{
border-color: #C068B5;
}
.TagClassName
{
border-color: #C068B5;
}
</style>