Shades of Fuchsia #C65BC9
Tints of Fuchsia #C65BC9
RGB
CMYK
RGB Variations
Color information
#C65BC9 (or 0xC65BC9) is known color: Fuchsia. HEX triplet: C6, 5B and C9. RGB value is (198,91,201). Sum of RGB (Red+Green+Blue) = 198+91+201=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #C65BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BC9 is #39A436. Grayscale: #878787. Windows color (decimal): -3777591 or 13196230. OLE color: 13196230.
HSL color Cylindrical-coordinate representation of color #C65BC9: hue angle of 298.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65BC9 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 91 | 201 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.21 |
| HSL | 298.36º | 0.5% | 0.57% | - |
| HSV(B) | 298.36º | 0.55% | 0.79% | - |
| XYZ | 37.57 | 23.7 | 57.85 | - |
| YUV | 135.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 201 | 0.01 | 0.55 | 0 | 0.21 | 298.36 | 0.5 | 0.57 |
| Hex | C6 | 5B | C9 | 1 | 37 | 0 | 15 | 12A | 32 | 39 |
| Octal | 306 | 133 | 311 | 1 | 67 | 0 | 25 | 452 | 62 | 71 |
| Binary | 11000110 | 1011011 | 11001001 | 1 | 110111 | 0 | 10101 | 100101010 | 110010 | 111001 |
Color Harmonies of #C65BC9
Complementary color
Monochromatic Colors of #C65BC9
Black with #C65BC9
Text Example
Text Example
White with #C65BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BC9; }
p { color: rgb(198,91,201); }
H1.HeaderClassName
{
color: #C65BC9;
}
.AnyTagClassName
{
color: #C65BC9;
}
</style>
background-color css
<style>
a { background-color: #C65BC9; }
a { background-color: rgb(198,91,201); }
div.DivClassName
{
background-color: #C65BC9;
}
.BgClassName
{
background-color: #C65BC9;
}
</style>
border-color css
<style>
span { border-color: #C65BC9; }
span { border-color: rgb(198,91,201); }
td.TdClassName
{
border-color: #C65BC9;
}
.TagClassName
{
border-color: #C65BC9;
}
</style>