Shades of Fuchsia #C869C6
Tints of Fuchsia #C869C6
RGB
CMYK
RGB Variations
Color information
#C869C6 (or 0xC869C6) is known color: Fuchsia. HEX triplet: C8, 69 and C6. RGB value is (200,105,198). Sum of RGB (Red+Green+Blue) = 200+105+198=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C869C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869C6 is #379639. Grayscale: #8F8F8F. Windows color (decimal): -3642938 or 13003208. OLE color: 13003208.
HSL color Cylindrical-coordinate representation of color #C869C6: hue angle of 301.26º 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 #C869C6 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 198 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.22 |
| HSL | 301.26º | 0.46% | 0.6% | - |
| HSV(B) | 301.26º | 0.48% | 0.78% | - |
| XYZ | 39.06 | 26.46 | 56.47 | - |
| YUV | 144.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 198 | 0 | 0.48 | 0.01 | 0.22 | 301.26 | 0.46 | 0.6 |
| Hex | C8 | 69 | C6 | 0 | 30 | 1 | 16 | 12D | 2E | 3C |
| Octal | 310 | 151 | 306 | 0 | 60 | 1 | 26 | 455 | 56 | 74 |
| Binary | 11001000 | 1101001 | 11000110 | 0 | 110000 | 1 | 10110 | 100101101 | 101110 | 111100 |
Color Harmonies of #C869C6
Complementary color
Monochromatic Colors of #C869C6
Black with #C869C6
Text Example
Text Example
White with #C869C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869C6; }
p { color: rgb(200,105,198); }
H1.HeaderClassName
{
color: #C869C6;
}
.AnyTagClassName
{
color: #C869C6;
}
</style>
background-color css
<style>
a { background-color: #C869C6; }
a { background-color: rgb(200,105,198); }
div.DivClassName
{
background-color: #C869C6;
}
.BgClassName
{
background-color: #C869C6;
}
</style>
border-color css
<style>
span { border-color: #C869C6; }
span { border-color: rgb(200,105,198); }
td.TdClassName
{
border-color: #C869C6;
}
.TagClassName
{
border-color: #C869C6;
}
</style>