Shades of Fuchsia #C664B1
Tints of Fuchsia #C664B1
RGB
CMYK
RGB Variations
Color information
#C664B1 (or 0xC664B1) is known color: Fuchsia. HEX triplet: C6, 64 and B1. RGB value is (198,100,177). Sum of RGB (Red+Green+Blue) = 198+100+177=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C664B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664B1 is #399B4E. Grayscale: #898989. Windows color (decimal): -3775311 or 11625670. OLE color: 11625670.
HSL color Cylindrical-coordinate representation of color #C664B1: hue angle of 312.86º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664B1 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 177 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.22 |
| HSL | 312.86º | 0.46% | 0.58% | - |
| HSV(B) | 312.86º | 0.49% | 0.78% | - |
| XYZ | 35.78 | 24.29 | 44.4 | - |
| YUV | 138.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 177 | 0 | 0.49 | 0.11 | 0.22 | 312.86 | 0.46 | 0.58 |
| Hex | C6 | 64 | B1 | 0 | 31 | B | 16 | 139 | 2E | 3A |
| Octal | 306 | 144 | 261 | 0 | 61 | 13 | 26 | 471 | 56 | 72 |
| Binary | 11000110 | 1100100 | 10110001 | 0 | 110001 | 1011 | 10110 | 100111001 | 101110 | 111010 |
Color Harmonies of #C664B1
Complementary color
Monochromatic Colors of #C664B1
Black with #C664B1
Text Example
Text Example
White with #C664B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664B1; }
p { color: rgb(198,100,177); }
H1.HeaderClassName
{
color: #C664B1;
}
.AnyTagClassName
{
color: #C664B1;
}
</style>
background-color css
<style>
a { background-color: #C664B1; }
a { background-color: rgb(198,100,177); }
div.DivClassName
{
background-color: #C664B1;
}
.BgClassName
{
background-color: #C664B1;
}
</style>
border-color css
<style>
span { border-color: #C664B1; }
span { border-color: rgb(198,100,177); }
td.TdClassName
{
border-color: #C664B1;
}
.TagClassName
{
border-color: #C664B1;
}
</style>