Shades of Fuchsia #C65EBA
Tints of Fuchsia #C65EBA
RGB
CMYK
RGB Variations
Color information
#C65EBA (or 0xC65EBA) is known color: Fuchsia. HEX triplet: C6, 5E and BA. RGB value is (198,94,186). Sum of RGB (Red+Green+Blue) = 198+94+186=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C65EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65EBA is #39A145. Grayscale: #878787. Windows color (decimal): -3776838 or 12213958. OLE color: 12213958.
HSL color Cylindrical-coordinate representation of color #C65EBA: hue angle of 306.92º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65EBA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 186 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.22 |
| HSL | 306.92º | 0.48% | 0.57% | - |
| HSV(B) | 306.92º | 0.53% | 0.78% | - |
| XYZ | 36.15 | 23.56 | 49.1 | - |
| YUV | 135.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 186 | 0 | 0.53 | 0.06 | 0.22 | 306.92 | 0.48 | 0.57 |
| Hex | C6 | 5E | BA | 0 | 35 | 6 | 16 | 133 | 30 | 39 |
| Octal | 306 | 136 | 272 | 0 | 65 | 6 | 26 | 463 | 60 | 71 |
| Binary | 11000110 | 1011110 | 10111010 | 0 | 110101 | 110 | 10110 | 100110011 | 110000 | 111001 |
Color Harmonies of #C65EBA
Complementary color
Monochromatic Colors of #C65EBA
Black with #C65EBA
Text Example
Text Example
White with #C65EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65EBA; }
p { color: rgb(198,94,186); }
H1.HeaderClassName
{
color: #C65EBA;
}
.AnyTagClassName
{
color: #C65EBA;
}
</style>
background-color css
<style>
a { background-color: #C65EBA; }
a { background-color: rgb(198,94,186); }
div.DivClassName
{
background-color: #C65EBA;
}
.BgClassName
{
background-color: #C65EBA;
}
</style>
border-color css
<style>
span { border-color: #C65EBA; }
span { border-color: rgb(198,94,186); }
td.TdClassName
{
border-color: #C65EBA;
}
.TagClassName
{
border-color: #C65EBA;
}
</style>