Shades of Fuchsia #C669C8
Tints of Fuchsia #C669C8
RGB
CMYK
RGB Variations
Color information
#C669C8 (or 0xC669C8) is known color: Fuchsia. HEX triplet: C6, 69 and C8. RGB value is (198,105,200). Sum of RGB (Red+Green+Blue) = 198+105+200=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #C669C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669C8 is #399637. Grayscale: #8F8F8F. Windows color (decimal): -3774008 or 13134278. OLE color: 13134278.
HSL color Cylindrical-coordinate representation of color #C669C8: hue angle of 298.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C669C8 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 200 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.22 |
| HSL | 298.74º | 0.46% | 0.6% | - |
| HSV(B) | 298.74º | 0.48% | 0.78% | - |
| XYZ | 38.77 | 26.28 | 57.67 | - |
| YUV | 143.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 200 | 0.01 | 0.48 | 0 | 0.22 | 298.74 | 0.46 | 0.6 |
| Hex | C6 | 69 | C8 | 1 | 30 | 0 | 16 | 12B | 2E | 3C |
| Octal | 306 | 151 | 310 | 1 | 60 | 0 | 26 | 453 | 56 | 74 |
| Binary | 11000110 | 1101001 | 11001000 | 1 | 110000 | 0 | 10110 | 100101011 | 101110 | 111100 |
Color Harmonies of #C669C8
Complementary color
Monochromatic Colors of #C669C8
Black with #C669C8
Text Example
Text Example
White with #C669C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669C8; }
p { color: rgb(198,105,200); }
H1.HeaderClassName
{
color: #C669C8;
}
.AnyTagClassName
{
color: #C669C8;
}
</style>
background-color css
<style>
a { background-color: #C669C8; }
a { background-color: rgb(198,105,200); }
div.DivClassName
{
background-color: #C669C8;
}
.BgClassName
{
background-color: #C669C8;
}
</style>
border-color css
<style>
span { border-color: #C669C8; }
span { border-color: rgb(198,105,200); }
td.TdClassName
{
border-color: #C669C8;
}
.TagClassName
{
border-color: #C669C8;
}
</style>