Shades of Fuchsia #C65FB0
Tints of Fuchsia #C65FB0
RGB
CMYK
RGB Variations
Color information
#C65FB0 (or 0xC65FB0) is known color: Fuchsia. HEX triplet: C6, 5F and B0. RGB value is (198,95,176). Sum of RGB (Red+Green+Blue) = 198+95+176=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FB0 is #39A04F. Grayscale: #868686. Windows color (decimal): -3776592 or 11558854. OLE color: 11558854.
HSL color Cylindrical-coordinate representation of color #C65FB0: hue angle of 312.82º 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 #C65FB0 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 176 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.22 |
| HSL | 312.82º | 0.47% | 0.57% | - |
| HSV(B) | 312.82º | 0.52% | 0.78% | - |
| XYZ | 35.22 | 23.32 | 43.72 | - |
| YUV | 135.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 176 | 0 | 0.52 | 0.11 | 0.22 | 312.82 | 0.47 | 0.57 |
| Hex | C6 | 5F | B0 | 0 | 34 | B | 16 | 139 | 2F | 39 |
| Octal | 306 | 137 | 260 | 0 | 64 | 13 | 26 | 471 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10110000 | 0 | 110100 | 1011 | 10110 | 100111001 | 101111 | 111001 |
Color Harmonies of #C65FB0
Complementary color
Monochromatic Colors of #C65FB0
Black with #C65FB0
Text Example
Text Example
White with #C65FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FB0; }
p { color: rgb(198,95,176); }
H1.HeaderClassName
{
color: #C65FB0;
}
.AnyTagClassName
{
color: #C65FB0;
}
</style>
background-color css
<style>
a { background-color: #C65FB0; }
a { background-color: rgb(198,95,176); }
div.DivClassName
{
background-color: #C65FB0;
}
.BgClassName
{
background-color: #C65FB0;
}
</style>
border-color css
<style>
span { border-color: #C65FB0; }
span { border-color: rgb(198,95,176); }
td.TdClassName
{
border-color: #C65FB0;
}
.TagClassName
{
border-color: #C65FB0;
}
</style>