Shades of Fuchsia #C65FBC
Tints of Fuchsia #C65FBC
RGB
CMYK
RGB Variations
Color information
#C65FBC (or 0xC65FBC) is known color: Fuchsia. HEX triplet: C6, 5F and BC. RGB value is (198,95,188). Sum of RGB (Red+Green+Blue) = 198+95+188=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FBC is #39A043. Grayscale: #888888. Windows color (decimal): -3776580 or 12345286. OLE color: 12345286.
HSL color Cylindrical-coordinate representation of color #C65FBC: hue angle of 305.83º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65FBC is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 188 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.22 |
| HSL | 305.83º | 0.47% | 0.57% | - |
| HSV(B) | 305.83º | 0.52% | 0.78% | - |
| XYZ | 36.46 | 23.82 | 50.25 | - |
| YUV | 136.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 188 | 0 | 0.52 | 0.05 | 0.22 | 305.83 | 0.47 | 0.57 |
| Hex | C6 | 5F | BC | 0 | 34 | 5 | 16 | 132 | 2F | 39 |
| Octal | 306 | 137 | 274 | 0 | 64 | 5 | 26 | 462 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10111100 | 0 | 110100 | 101 | 10110 | 100110010 | 101111 | 111001 |
Color Harmonies of #C65FBC
Complementary color
Monochromatic Colors of #C65FBC
Black with #C65FBC
Text Example
Text Example
White with #C65FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FBC; }
p { color: rgb(198,95,188); }
H1.HeaderClassName
{
color: #C65FBC;
}
.AnyTagClassName
{
color: #C65FBC;
}
</style>
background-color css
<style>
a { background-color: #C65FBC; }
a { background-color: rgb(198,95,188); }
div.DivClassName
{
background-color: #C65FBC;
}
.BgClassName
{
background-color: #C65FBC;
}
</style>
border-color css
<style>
span { border-color: #C65FBC; }
span { border-color: rgb(198,95,188); }
td.TdClassName
{
border-color: #C65FBC;
}
.TagClassName
{
border-color: #C65FBC;
}
</style>