Shades of Fuchsia #C065A8
Tints of Fuchsia #C065A8
RGB
CMYK
RGB Variations
Color information
#C065A8 (or 0xC065A8) is known color: Fuchsia. HEX triplet: C0, 65 and A8. RGB value is (192,101,168). Sum of RGB (Red+Green+Blue) = 192+101+168=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C065A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065A8 is #3F9A57. Grayscale: #878787. Windows color (decimal): -4168280 or 11036096. OLE color: 11036096.
HSL color Cylindrical-coordinate representation of color #C065A8: hue angle of 315.82º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065A8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 168 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.25 |
| HSL | 315.82º | 0.42% | 0.57% | - |
| HSV(B) | 315.82º | 0.47% | 0.75% | - |
| XYZ | 33.46 | 23.34 | 39.79 | - |
| YUV | 135.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 168 | 0 | 0.47 | 0.12 | 0.25 | 315.82 | 0.42 | 0.57 |
| Hex | C0 | 65 | A8 | 0 | 2F | C | 19 | 13C | 2A | 39 |
| Octal | 300 | 145 | 250 | 0 | 57 | 14 | 31 | 474 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10101000 | 0 | 101111 | 1100 | 11001 | 100111100 | 101010 | 111001 |
Color Harmonies of #C065A8
Complementary color
Monochromatic Colors of #C065A8
Black with #C065A8
Text Example
Text Example
White with #C065A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065A8; }
p { color: rgb(192,101,168); }
H1.HeaderClassName
{
color: #C065A8;
}
.AnyTagClassName
{
color: #C065A8;
}
</style>
background-color css
<style>
a { background-color: #C065A8; }
a { background-color: rgb(192,101,168); }
div.DivClassName
{
background-color: #C065A8;
}
.BgClassName
{
background-color: #C065A8;
}
</style>
border-color css
<style>
span { border-color: #C065A8; }
span { border-color: rgb(192,101,168); }
td.TdClassName
{
border-color: #C065A8;
}
.TagClassName
{
border-color: #C065A8;
}
</style>