Shades of Fuchsia #C066AD
Tints of Fuchsia #C066AD
RGB
CMYK
RGB Variations
Color information
#C066AD (or 0xC066AD) is known color: Fuchsia. HEX triplet: C0, 66 and AD. RGB value is (192,102,173). Sum of RGB (Red+Green+Blue) = 192+102+173=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C066AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C066AD is #3F9952. Grayscale: #888888. Windows color (decimal): -4168019 or 11364032. OLE color: 11364032.
HSL color Cylindrical-coordinate representation of color #C066AD: hue angle of 312.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 #C066AD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 173 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.25 |
| HSL | 312.67º | 0.42% | 0.58% | - |
| HSV(B) | 312.67º | 0.47% | 0.75% | - |
| XYZ | 34.03 | 23.73 | 42.32 | - |
| YUV | 137 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 173 | 0 | 0.47 | 0.10 | 0.25 | 312.67 | 0.42 | 0.58 |
| Hex | C0 | 66 | AD | 0 | 2F | A | 19 | 139 | 2A | 3A |
| Octal | 300 | 146 | 255 | 0 | 57 | 12 | 31 | 471 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10101101 | 0 | 101111 | 1010 | 11001 | 100111001 | 101010 | 111010 |
Color Harmonies of #C066AD
Complementary color
Monochromatic Colors of #C066AD
Black with #C066AD
Text Example
Text Example
White with #C066AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066AD; }
p { color: rgb(192,102,173); }
H1.HeaderClassName
{
color: #C066AD;
}
.AnyTagClassName
{
color: #C066AD;
}
</style>
background-color css
<style>
a { background-color: #C066AD; }
a { background-color: rgb(192,102,173); }
div.DivClassName
{
background-color: #C066AD;
}
.BgClassName
{
background-color: #C066AD;
}
</style>
border-color css
<style>
span { border-color: #C066AD; }
span { border-color: rgb(192,102,173); }
td.TdClassName
{
border-color: #C066AD;
}
.TagClassName
{
border-color: #C066AD;
}
</style>