Shades of Fuchsia #C64BC9
Tints of Fuchsia #C64BC9
RGB
CMYK
RGB Variations
Color information
#C64BC9 (or 0xC64BC9) is known color: Fuchsia. HEX triplet: C6, 4B and C9. RGB value is (198,75,201). Sum of RGB (Red+Green+Blue) = 198+75+201=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #C64BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BC9 is #39B436. Grayscale: #7D7D7D. Windows color (decimal): -3781687 or 13192134. OLE color: 13192134.
HSL color Cylindrical-coordinate representation of color #C64BC9: hue angle of 298.57º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64BC9 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 75 | 201 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.21 |
| HSL | 298.57º | 0.54% | 0.54% | - |
| HSV(B) | 298.57º | 0.63% | 0.79% | - |
| XYZ | 36.35 | 21.25 | 57.45 | - |
| YUV | 126.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 201 | 0.01 | 0.63 | 0 | 0.21 | 298.57 | 0.54 | 0.54 |
| Hex | C6 | 4B | C9 | 1 | 3F | 0 | 15 | 12B | 36 | 36 |
| Octal | 306 | 113 | 311 | 1 | 77 | 0 | 25 | 453 | 66 | 66 |
| Binary | 11000110 | 1001011 | 11001001 | 1 | 111111 | 0 | 10101 | 100101011 | 110110 | 110110 |
Color Harmonies of #C64BC9
Complementary color
Monochromatic Colors of #C64BC9
Black with #C64BC9
Text Example
Text Example
White with #C64BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BC9; }
p { color: rgb(198,75,201); }
H1.HeaderClassName
{
color: #C64BC9;
}
.AnyTagClassName
{
color: #C64BC9;
}
</style>
background-color css
<style>
a { background-color: #C64BC9; }
a { background-color: rgb(198,75,201); }
div.DivClassName
{
background-color: #C64BC9;
}
.BgClassName
{
background-color: #C64BC9;
}
</style>
border-color css
<style>
span { border-color: #C64BC9; }
span { border-color: rgb(198,75,201); }
td.TdClassName
{
border-color: #C64BC9;
}
.TagClassName
{
border-color: #C64BC9;
}
</style>