Shades of Fuchsia #C665B0
Tints of Fuchsia #C665B0
RGB
CMYK
RGB Variations
Color information
#C665B0 (or 0xC665B0) is known color: Fuchsia. HEX triplet: C6, 65 and B0. RGB value is (198,101,176). Sum of RGB (Red+Green+Blue) = 198+101+176=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C665B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C665B0 is #399A4F. Grayscale: #8A8A8A. Windows color (decimal): -3775056 or 11560390. OLE color: 11560390.
HSL color Cylindrical-coordinate representation of color #C665B0: hue angle of 313.61º 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 #C665B0 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 176 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.22 |
| HSL | 313.61º | 0.46% | 0.59% | - |
| HSV(B) | 313.61º | 0.49% | 0.78% | - |
| XYZ | 35.78 | 24.45 | 43.91 | - |
| YUV | 138.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 176 | 0 | 0.49 | 0.11 | 0.22 | 313.61 | 0.46 | 0.59 |
| Hex | C6 | 65 | B0 | 0 | 31 | B | 16 | 13A | 2E | 3B |
| Octal | 306 | 145 | 260 | 0 | 61 | 13 | 26 | 472 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10110000 | 0 | 110001 | 1011 | 10110 | 100111010 | 101110 | 111011 |
Color Harmonies of #C665B0
Complementary color
Monochromatic Colors of #C665B0
Black with #C665B0
Text Example
Text Example
White with #C665B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665B0; }
p { color: rgb(198,101,176); }
H1.HeaderClassName
{
color: #C665B0;
}
.AnyTagClassName
{
color: #C665B0;
}
</style>
background-color css
<style>
a { background-color: #C665B0; }
a { background-color: rgb(198,101,176); }
div.DivClassName
{
background-color: #C665B0;
}
.BgClassName
{
background-color: #C665B0;
}
</style>
border-color css
<style>
span { border-color: #C665B0; }
span { border-color: rgb(198,101,176); }
td.TdClassName
{
border-color: #C665B0;
}
.TagClassName
{
border-color: #C665B0;
}
</style>