Shades of Fuchsia #C068B4
Tints of Fuchsia #C068B4
RGB
CMYK
RGB Variations
Color information
#C068B4 (or 0xC068B4) is known color: Fuchsia. HEX triplet: C0, 68 and B4. RGB value is (192,104,180). Sum of RGB (Red+Green+Blue) = 192+104+180=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C068B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068B4 is #3F974B. Grayscale: #8A8A8A. Windows color (decimal): -4167500 or 11823296. OLE color: 11823296.
HSL color Cylindrical-coordinate representation of color #C068B4: hue angle of 308.18º 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 #C068B4 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 180 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.25 |
| HSL | 308.18º | 0.41% | 0.58% | - |
| HSV(B) | 308.18º | 0.46% | 0.75% | - |
| XYZ | 34.93 | 24.4 | 46.05 | - |
| YUV | 138.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 180 | 0 | 0.46 | 0.06 | 0.25 | 308.18 | 0.41 | 0.58 |
| Hex | C0 | 68 | B4 | 0 | 2E | 6 | 19 | 134 | 29 | 3A |
| Octal | 300 | 150 | 264 | 0 | 56 | 6 | 31 | 464 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10110100 | 0 | 101110 | 110 | 11001 | 100110100 | 101001 | 111010 |
Color Harmonies of #C068B4
Complementary color
Monochromatic Colors of #C068B4
Black with #C068B4
Text Example
Text Example
White with #C068B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068B4; }
p { color: rgb(192,104,180); }
H1.HeaderClassName
{
color: #C068B4;
}
.AnyTagClassName
{
color: #C068B4;
}
</style>
background-color css
<style>
a { background-color: #C068B4; }
a { background-color: rgb(192,104,180); }
div.DivClassName
{
background-color: #C068B4;
}
.BgClassName
{
background-color: #C068B4;
}
</style>
border-color css
<style>
span { border-color: #C068B4; }
span { border-color: rgb(192,104,180); }
td.TdClassName
{
border-color: #C068B4;
}
.TagClassName
{
border-color: #C068B4;
}
</style>