Shades of Fuchsia #C65CBA
Tints of Fuchsia #C65CBA
RGB
CMYK
RGB Variations
Color information
#C65CBA (or 0xC65CBA) is known color: Fuchsia. HEX triplet: C6, 5C and BA. RGB value is (198,92,186). Sum of RGB (Red+Green+Blue) = 198+92+186=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CBA is #39A345. Grayscale: #868686. Windows color (decimal): -3777350 or 12213446. OLE color: 12213446.
HSL color Cylindrical-coordinate representation of color #C65CBA: hue angle of 306.79º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65CBA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 186 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.22 |
| HSL | 306.79º | 0.48% | 0.57% | - |
| HSV(B) | 306.79º | 0.54% | 0.78% | - |
| XYZ | 35.98 | 23.21 | 49.04 | - |
| YUV | 134.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 186 | 0 | 0.54 | 0.06 | 0.22 | 306.79 | 0.48 | 0.57 |
| Hex | C6 | 5C | BA | 0 | 36 | 6 | 16 | 133 | 30 | 39 |
| Octal | 306 | 134 | 272 | 0 | 66 | 6 | 26 | 463 | 60 | 71 |
| Binary | 11000110 | 1011100 | 10111010 | 0 | 110110 | 110 | 10110 | 100110011 | 110000 | 111001 |
Color Harmonies of #C65CBA
Complementary color
Monochromatic Colors of #C65CBA
Black with #C65CBA
Text Example
Text Example
White with #C65CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CBA; }
p { color: rgb(198,92,186); }
H1.HeaderClassName
{
color: #C65CBA;
}
.AnyTagClassName
{
color: #C65CBA;
}
</style>
background-color css
<style>
a { background-color: #C65CBA; }
a { background-color: rgb(198,92,186); }
div.DivClassName
{
background-color: #C65CBA;
}
.BgClassName
{
background-color: #C65CBA;
}
</style>
border-color css
<style>
span { border-color: #C65CBA; }
span { border-color: rgb(198,92,186); }
td.TdClassName
{
border-color: #C65CBA;
}
.TagClassName
{
border-color: #C65CBA;
}
</style>