Shades of Fuchsia #C066AA
Tints of Fuchsia #C066AA
RGB
CMYK
RGB Variations
Color information
#C066AA (or 0xC066AA) is known color: Fuchsia. HEX triplet: C0, 66 and AA. RGB value is (192,102,170). Sum of RGB (Red+Green+Blue) = 192+102+170=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C066AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C066AA is #3F9955. Grayscale: #888888. Windows color (decimal): -4168022 or 11167424. OLE color: 11167424.
HSL color Cylindrical-coordinate representation of color #C066AA: hue angle of 314.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C066AA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 170 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.25 |
| HSL | 314.67º | 0.42% | 0.58% | - |
| HSV(B) | 314.67º | 0.47% | 0.75% | - |
| XYZ | 33.75 | 23.61 | 40.81 | - |
| YUV | 136.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 170 | 0 | 0.47 | 0.11 | 0.25 | 314.67 | 0.42 | 0.58 |
| Hex | C0 | 66 | AA | 0 | 2F | B | 19 | 13B | 2A | 3A |
| Octal | 300 | 146 | 252 | 0 | 57 | 13 | 31 | 473 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10101010 | 0 | 101111 | 1011 | 11001 | 100111011 | 101010 | 111010 |
Color Harmonies of #C066AA
Complementary color
Monochromatic Colors of #C066AA
Black with #C066AA
Text Example
Text Example
White with #C066AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066AA; }
p { color: rgb(192,102,170); }
H1.HeaderClassName
{
color: #C066AA;
}
.AnyTagClassName
{
color: #C066AA;
}
</style>
background-color css
<style>
a { background-color: #C066AA; }
a { background-color: rgb(192,102,170); }
div.DivClassName
{
background-color: #C066AA;
}
.BgClassName
{
background-color: #C066AA;
}
</style>
border-color css
<style>
span { border-color: #C066AA; }
span { border-color: rgb(192,102,170); }
td.TdClassName
{
border-color: #C066AA;
}
.TagClassName
{
border-color: #C066AA;
}
</style>