Shades of Fuchsia #C068AA
Tints of Fuchsia #C068AA
RGB
CMYK
RGB Variations
Color information
#C068AA (or 0xC068AA) is known color: Fuchsia. HEX triplet: C0, 68 and AA. RGB value is (192,104,170). Sum of RGB (Red+Green+Blue) = 192+104+170=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C068AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068AA is #3F9755. Grayscale: #898989. Windows color (decimal): -4167510 or 11167936. OLE color: 11167936.
HSL color Cylindrical-coordinate representation of color #C068AA: hue angle of 315º 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 #C068AA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 170 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.25 |
| HSL | 315º | 0.41% | 0.58% | - |
| HSV(B) | 315º | 0.46% | 0.75% | - |
| XYZ | 33.94 | 24.01 | 40.88 | - |
| YUV | 137.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 170 | 0 | 0.46 | 0.11 | 0.25 | 315 | 0.41 | 0.58 |
| Hex | C0 | 68 | AA | 0 | 2E | B | 19 | 13B | 29 | 3A |
| Octal | 300 | 150 | 252 | 0 | 56 | 13 | 31 | 473 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10101010 | 0 | 101110 | 1011 | 11001 | 100111011 | 101001 | 111010 |
Color Harmonies of #C068AA
Complementary color
Monochromatic Colors of #C068AA
Black with #C068AA
Text Example
Text Example
White with #C068AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068AA; }
p { color: rgb(192,104,170); }
H1.HeaderClassName
{
color: #C068AA;
}
.AnyTagClassName
{
color: #C068AA;
}
</style>
background-color css
<style>
a { background-color: #C068AA; }
a { background-color: rgb(192,104,170); }
div.DivClassName
{
background-color: #C068AA;
}
.BgClassName
{
background-color: #C068AA;
}
</style>
border-color css
<style>
span { border-color: #C068AA; }
span { border-color: rgb(192,104,170); }
td.TdClassName
{
border-color: #C068AA;
}
.TagClassName
{
border-color: #C068AA;
}
</style>