Shades of Fuchsia #C066B9
Tints of Fuchsia #C066B9
RGB
CMYK
RGB Variations
Color information
#C066B9 (or 0xC066B9) is known color: Fuchsia. HEX triplet: C0, 66 and B9. RGB value is (192,102,185). Sum of RGB (Red+Green+Blue) = 192+102+185=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C066B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066B9 is #3F9946. Grayscale: #8A8A8A. Windows color (decimal): -4168007 or 12150464. OLE color: 12150464.
HSL color Cylindrical-coordinate representation of color #C066B9: hue angle of 304.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 #C066B9 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 185 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.25 |
| HSL | 304.67º | 0.42% | 0.58% | - |
| HSV(B) | 304.67º | 0.47% | 0.75% | - |
| XYZ | 35.25 | 24.21 | 48.71 | - |
| YUV | 138.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 185 | 0 | 0.47 | 0.04 | 0.25 | 304.67 | 0.42 | 0.58 |
| Hex | C0 | 66 | B9 | 0 | 2F | 4 | 19 | 131 | 2A | 3A |
| Octal | 300 | 146 | 271 | 0 | 57 | 4 | 31 | 461 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10111001 | 0 | 101111 | 100 | 11001 | 100110001 | 101010 | 111010 |
Color Harmonies of #C066B9
Complementary color
Monochromatic Colors of #C066B9
Black with #C066B9
Text Example
Text Example
White with #C066B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066B9; }
p { color: rgb(192,102,185); }
H1.HeaderClassName
{
color: #C066B9;
}
.AnyTagClassName
{
color: #C066B9;
}
</style>
background-color css
<style>
a { background-color: #C066B9; }
a { background-color: rgb(192,102,185); }
div.DivClassName
{
background-color: #C066B9;
}
.BgClassName
{
background-color: #C066B9;
}
</style>
border-color css
<style>
span { border-color: #C066B9; }
span { border-color: rgb(192,102,185); }
td.TdClassName
{
border-color: #C066B9;
}
.TagClassName
{
border-color: #C066B9;
}
</style>