Shades of Fuchsia #C65DBA
Tints of Fuchsia #C65DBA
RGB
CMYK
RGB Variations
Color information
#C65DBA (or 0xC65DBA) is known color: Fuchsia. HEX triplet: C6, 5D and BA. RGB value is (198,93,186). Sum of RGB (Red+Green+Blue) = 198+93+186=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DBA is #39A245. Grayscale: #868686. Windows color (decimal): -3777094 or 12213702. OLE color: 12213702.
HSL color Cylindrical-coordinate representation of color #C65DBA: hue angle of 306.86º 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 #C65DBA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 186 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.22 |
| HSL | 306.86º | 0.48% | 0.57% | - |
| HSV(B) | 306.86º | 0.53% | 0.78% | - |
| XYZ | 36.07 | 23.38 | 49.07 | - |
| YUV | 135 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 186 | 0 | 0.53 | 0.06 | 0.22 | 306.86 | 0.48 | 0.57 |
| Hex | C6 | 5D | BA | 0 | 35 | 6 | 16 | 133 | 30 | 39 |
| Octal | 306 | 135 | 272 | 0 | 65 | 6 | 26 | 463 | 60 | 71 |
| Binary | 11000110 | 1011101 | 10111010 | 0 | 110101 | 110 | 10110 | 100110011 | 110000 | 111001 |
Color Harmonies of #C65DBA
Complementary color
Monochromatic Colors of #C65DBA
Black with #C65DBA
Text Example
Text Example
White with #C65DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DBA; }
p { color: rgb(198,93,186); }
H1.HeaderClassName
{
color: #C65DBA;
}
.AnyTagClassName
{
color: #C65DBA;
}
</style>
background-color css
<style>
a { background-color: #C65DBA; }
a { background-color: rgb(198,93,186); }
div.DivClassName
{
background-color: #C65DBA;
}
.BgClassName
{
background-color: #C65DBA;
}
</style>
border-color css
<style>
span { border-color: #C65DBA; }
span { border-color: rgb(198,93,186); }
td.TdClassName
{
border-color: #C65DBA;
}
.TagClassName
{
border-color: #C65DBA;
}
</style>