Shades of Fuchsia #C65FBA
Tints of Fuchsia #C65FBA
RGB
CMYK
RGB Variations
Color information
#C65FBA (or 0xC65FBA) is known color: Fuchsia. HEX triplet: C6, 5F and BA. RGB value is (198,95,186). Sum of RGB (Red+Green+Blue) = 198+95+186=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FBA is #39A045. Grayscale: #878787. Windows color (decimal): -3776582 or 12214214. OLE color: 12214214.
HSL color Cylindrical-coordinate representation of color #C65FBA: hue angle of 306.99º 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 #C65FBA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 186 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.22 |
| HSL | 306.99º | 0.47% | 0.57% | - |
| HSV(B) | 306.99º | 0.52% | 0.78% | - |
| XYZ | 36.24 | 23.74 | 49.13 | - |
| YUV | 136.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 186 | 0 | 0.52 | 0.06 | 0.22 | 306.99 | 0.47 | 0.57 |
| Hex | C6 | 5F | BA | 0 | 34 | 6 | 16 | 133 | 2F | 39 |
| Octal | 306 | 137 | 272 | 0 | 64 | 6 | 26 | 463 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10111010 | 0 | 110100 | 110 | 10110 | 100110011 | 101111 | 111001 |
Color Harmonies of #C65FBA
Complementary color
Monochromatic Colors of #C65FBA
Black with #C65FBA
Text Example
Text Example
White with #C65FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FBA; }
p { color: rgb(198,95,186); }
H1.HeaderClassName
{
color: #C65FBA;
}
.AnyTagClassName
{
color: #C65FBA;
}
</style>
background-color css
<style>
a { background-color: #C65FBA; }
a { background-color: rgb(198,95,186); }
div.DivClassName
{
background-color: #C65FBA;
}
.BgClassName
{
background-color: #C65FBA;
}
</style>
border-color css
<style>
span { border-color: #C65FBA; }
span { border-color: rgb(198,95,186); }
td.TdClassName
{
border-color: #C65FBA;
}
.TagClassName
{
border-color: #C65FBA;
}
</style>