Shades of Fuchsia #C665BF
Tints of Fuchsia #C665BF
RGB
CMYK
RGB Variations
Color information
#C665BF (or 0xC665BF) is known color: Fuchsia. HEX triplet: C6, 65 and BF. RGB value is (198,101,191). Sum of RGB (Red+Green+Blue) = 198+101+191=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C665BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665BF is #399A40. Grayscale: #8C8C8C. Windows color (decimal): -3775041 or 12543430. OLE color: 12543430.
HSL color Cylindrical-coordinate representation of color #C665BF: hue angle of 304.33º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C665BF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 191 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.22 |
| HSL | 304.33º | 0.46% | 0.59% | - |
| HSV(B) | 304.33º | 0.49% | 0.78% | - |
| XYZ | 37.35 | 25.07 | 52.16 | - |
| YUV | 140.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 191 | 0 | 0.49 | 0.04 | 0.22 | 304.33 | 0.46 | 0.59 |
| Hex | C6 | 65 | BF | 0 | 31 | 4 | 16 | 130 | 2E | 3B |
| Octal | 306 | 145 | 277 | 0 | 61 | 4 | 26 | 460 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10111111 | 0 | 110001 | 100 | 10110 | 100110000 | 101110 | 111011 |
Color Harmonies of #C665BF
Complementary color
Monochromatic Colors of #C665BF
Black with #C665BF
Text Example
Text Example
White with #C665BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665BF; }
p { color: rgb(198,101,191); }
H1.HeaderClassName
{
color: #C665BF;
}
.AnyTagClassName
{
color: #C665BF;
}
</style>
background-color css
<style>
a { background-color: #C665BF; }
a { background-color: rgb(198,101,191); }
div.DivClassName
{
background-color: #C665BF;
}
.BgClassName
{
background-color: #C665BF;
}
</style>
border-color css
<style>
span { border-color: #C665BF; }
span { border-color: rgb(198,101,191); }
td.TdClassName
{
border-color: #C665BF;
}
.TagClassName
{
border-color: #C665BF;
}
</style>