Shades of Fuchsia #C067AA
Tints of Fuchsia #C067AA
RGB
CMYK
RGB Variations
Color information
#C067AA (or 0xC067AA) is known color: Fuchsia. HEX triplet: C0, 67 and AA. RGB value is (192,103,170). Sum of RGB (Red+Green+Blue) = 192+103+170=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C067AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067AA is #3F9855. Grayscale: #898989. Windows color (decimal): -4167766 or 11167680. OLE color: 11167680.
HSL color Cylindrical-coordinate representation of color #C067AA: hue angle of 314.83º 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 #C067AA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 170 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.25 |
| HSL | 314.83º | 0.41% | 0.58% | - |
| HSV(B) | 314.83º | 0.46% | 0.75% | - |
| XYZ | 33.84 | 23.81 | 40.84 | - |
| YUV | 137.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 170 | 0 | 0.46 | 0.11 | 0.25 | 314.83 | 0.41 | 0.58 |
| Hex | C0 | 67 | AA | 0 | 2E | B | 19 | 13B | 29 | 3A |
| Octal | 300 | 147 | 252 | 0 | 56 | 13 | 31 | 473 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10101010 | 0 | 101110 | 1011 | 11001 | 100111011 | 101001 | 111010 |
Color Harmonies of #C067AA
Complementary color
Monochromatic Colors of #C067AA
Black with #C067AA
Text Example
Text Example
White with #C067AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067AA; }
p { color: rgb(192,103,170); }
H1.HeaderClassName
{
color: #C067AA;
}
.AnyTagClassName
{
color: #C067AA;
}
</style>
background-color css
<style>
a { background-color: #C067AA; }
a { background-color: rgb(192,103,170); }
div.DivClassName
{
background-color: #C067AA;
}
.BgClassName
{
background-color: #C067AA;
}
</style>
border-color css
<style>
span { border-color: #C067AA; }
span { border-color: rgb(192,103,170); }
td.TdClassName
{
border-color: #C067AA;
}
.TagClassName
{
border-color: #C067AA;
}
</style>