Shades of Fuchsia #C665BC
Tints of Fuchsia #C665BC
RGB
CMYK
RGB Variations
Color information
#C665BC (or 0xC665BC) is known color: Fuchsia. HEX triplet: C6, 65 and BC. RGB value is (198,101,188). Sum of RGB (Red+Green+Blue) = 198+101+188=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C665BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665BC is #399A43. Grayscale: #8B8B8B. Windows color (decimal): -3775044 or 12346822. OLE color: 12346822.
HSL color Cylindrical-coordinate representation of color #C665BC: hue angle of 306.19º 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 #C665BC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 188 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.22 |
| HSL | 306.19º | 0.46% | 0.59% | - |
| HSV(B) | 306.19º | 0.49% | 0.78% | - |
| XYZ | 37.02 | 24.94 | 50.44 | - |
| YUV | 139.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 188 | 0 | 0.49 | 0.05 | 0.22 | 306.19 | 0.46 | 0.59 |
| Hex | C6 | 65 | BC | 0 | 31 | 5 | 16 | 132 | 2E | 3B |
| Octal | 306 | 145 | 274 | 0 | 61 | 5 | 26 | 462 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10111100 | 0 | 110001 | 101 | 10110 | 100110010 | 101110 | 111011 |
Color Harmonies of #C665BC
Complementary color
Monochromatic Colors of #C665BC
Black with #C665BC
Text Example
Text Example
White with #C665BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665BC; }
p { color: rgb(198,101,188); }
H1.HeaderClassName
{
color: #C665BC;
}
.AnyTagClassName
{
color: #C665BC;
}
</style>
background-color css
<style>
a { background-color: #C665BC; }
a { background-color: rgb(198,101,188); }
div.DivClassName
{
background-color: #C665BC;
}
.BgClassName
{
background-color: #C665BC;
}
</style>
border-color css
<style>
span { border-color: #C665BC; }
span { border-color: rgb(198,101,188); }
td.TdClassName
{
border-color: #C665BC;
}
.TagClassName
{
border-color: #C665BC;
}
</style>