Shades of Fuchsia #C068B6
Tints of Fuchsia #C068B6
RGB
CMYK
RGB Variations
Color information
#C068B6 (or 0xC068B6) is known color: Fuchsia. HEX triplet: C0, 68 and B6. RGB value is (192,104,182). Sum of RGB (Red+Green+Blue) = 192+104+182=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C068B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068B6 is #3F9749. Grayscale: #8A8A8A. Windows color (decimal): -4167498 or 11954368. OLE color: 11954368.
HSL color Cylindrical-coordinate representation of color #C068B6: hue angle of 306.82º 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 #C068B6 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 182 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.25 |
| HSL | 306.82º | 0.41% | 0.58% | - |
| HSV(B) | 306.82º | 0.46% | 0.75% | - |
| XYZ | 35.13 | 24.48 | 47.13 | - |
| YUV | 139.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 182 | 0 | 0.46 | 0.05 | 0.25 | 306.82 | 0.41 | 0.58 |
| Hex | C0 | 68 | B6 | 0 | 2E | 5 | 19 | 133 | 29 | 3A |
| Octal | 300 | 150 | 266 | 0 | 56 | 5 | 31 | 463 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10110110 | 0 | 101110 | 101 | 11001 | 100110011 | 101001 | 111010 |
Color Harmonies of #C068B6
Complementary color
Monochromatic Colors of #C068B6
Black with #C068B6
Text Example
Text Example
White with #C068B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068B6; }
p { color: rgb(192,104,182); }
H1.HeaderClassName
{
color: #C068B6;
}
.AnyTagClassName
{
color: #C068B6;
}
</style>
background-color css
<style>
a { background-color: #C068B6; }
a { background-color: rgb(192,104,182); }
div.DivClassName
{
background-color: #C068B6;
}
.BgClassName
{
background-color: #C068B6;
}
</style>
border-color css
<style>
span { border-color: #C068B6; }
span { border-color: rgb(192,104,182); }
td.TdClassName
{
border-color: #C068B6;
}
.TagClassName
{
border-color: #C068B6;
}
</style>