Shades of Fuchsia #C65BBC
Tints of Fuchsia #C65BBC
RGB
CMYK
RGB Variations
Color information
#C65BBC (or 0xC65BBC) is known color: Fuchsia. HEX triplet: C6, 5B and BC. RGB value is (198,91,188). Sum of RGB (Red+Green+Blue) = 198+91+188=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BBC is #39A443. Grayscale: #858585. Windows color (decimal): -3777604 or 12344262. OLE color: 12344262.
HSL color Cylindrical-coordinate representation of color #C65BBC: hue angle of 305.61º 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 #C65BBC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 188 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.22 |
| HSL | 305.61º | 0.48% | 0.57% | - |
| HSV(B) | 305.61º | 0.54% | 0.78% | - |
| XYZ | 36.11 | 23.12 | 50.14 | - |
| YUV | 134.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 188 | 0 | 0.54 | 0.05 | 0.22 | 305.61 | 0.48 | 0.57 |
| Hex | C6 | 5B | BC | 0 | 36 | 5 | 16 | 132 | 30 | 39 |
| Octal | 306 | 133 | 274 | 0 | 66 | 5 | 26 | 462 | 60 | 71 |
| Binary | 11000110 | 1011011 | 10111100 | 0 | 110110 | 101 | 10110 | 100110010 | 110000 | 111001 |
Color Harmonies of #C65BBC
Complementary color
Monochromatic Colors of #C65BBC
Black with #C65BBC
Text Example
Text Example
White with #C65BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BBC; }
p { color: rgb(198,91,188); }
H1.HeaderClassName
{
color: #C65BBC;
}
.AnyTagClassName
{
color: #C65BBC;
}
</style>
background-color css
<style>
a { background-color: #C65BBC; }
a { background-color: rgb(198,91,188); }
div.DivClassName
{
background-color: #C65BBC;
}
.BgClassName
{
background-color: #C65BBC;
}
</style>
border-color css
<style>
span { border-color: #C65BBC; }
span { border-color: rgb(198,91,188); }
td.TdClassName
{
border-color: #C65BBC;
}
.TagClassName
{
border-color: #C65BBC;
}
</style>