Shades of Fuchsia #C065C5
Tints of Fuchsia #C065C5
RGB
CMYK
RGB Variations
Color information
#C065C5 (or 0xC065C5) is known color: Fuchsia. HEX triplet: C0, 65 and C5. RGB value is (192,101,197). Sum of RGB (Red+Green+Blue) = 192+101+197=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #C065C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065C5 is #3F9A3A. Grayscale: #8A8A8A. Windows color (decimal): -4168251 or 12936640. OLE color: 12936640.
HSL color Cylindrical-coordinate representation of color #C065C5: hue angle of 296.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C065C5 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 101 | 197 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.23 |
| HSL | 296.88º | 0.45% | 0.58% | - |
| HSV(B) | 296.88º | 0.49% | 0.77% | - |
| XYZ | 36.47 | 24.55 | 55.64 | - |
| YUV | 139.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 197 | 0.03 | 0.49 | 0 | 0.23 | 296.88 | 0.45 | 0.58 |
| Hex | C0 | 65 | C5 | 3 | 31 | 0 | 17 | 129 | 2D | 3A |
| Octal | 300 | 145 | 305 | 3 | 61 | 0 | 27 | 451 | 55 | 72 |
| Binary | 11000000 | 1100101 | 11000101 | 11 | 110001 | 0 | 10111 | 100101001 | 101101 | 111010 |
Color Harmonies of #C065C5
Complementary color
Monochromatic Colors of #C065C5
Black with #C065C5
Text Example
Text Example
White with #C065C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065C5; }
p { color: rgb(192,101,197); }
H1.HeaderClassName
{
color: #C065C5;
}
.AnyTagClassName
{
color: #C065C5;
}
</style>
background-color css
<style>
a { background-color: #C065C5; }
a { background-color: rgb(192,101,197); }
div.DivClassName
{
background-color: #C065C5;
}
.BgClassName
{
background-color: #C065C5;
}
</style>
border-color css
<style>
span { border-color: #C065C5; }
span { border-color: rgb(192,101,197); }
td.TdClassName
{
border-color: #C065C5;
}
.TagClassName
{
border-color: #C065C5;
}
</style>