Shades of Fuchsia #C869B1
Tints of Fuchsia #C869B1
RGB
CMYK
RGB Variations
Color information
#C869B1 (or 0xC869B1) is known color: Fuchsia. HEX triplet: C8, 69 and B1. RGB value is (200,105,177). Sum of RGB (Red+Green+Blue) = 200+105+177=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C869B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C869B1 is #37964E. Grayscale: #8D8D8D. Windows color (decimal): -3642959 or 11626952. OLE color: 11626952.
HSL color Cylindrical-coordinate representation of color #C869B1: hue angle of 314.53º 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 #C869B1 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 177 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.22 |
| HSL | 314.53º | 0.46% | 0.6% | - |
| HSV(B) | 314.53º | 0.48% | 0.78% | - |
| XYZ | 36.81 | 25.56 | 44.59 | - |
| YUV | 141.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 177 | 0 | 0.48 | 0.12 | 0.22 | 314.53 | 0.46 | 0.6 |
| Hex | C8 | 69 | B1 | 0 | 30 | C | 16 | 13B | 2E | 3C |
| Octal | 310 | 151 | 261 | 0 | 60 | 14 | 26 | 473 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10110001 | 0 | 110000 | 1100 | 10110 | 100111011 | 101110 | 111100 |
Color Harmonies of #C869B1
Complementary color
Monochromatic Colors of #C869B1
Black with #C869B1
Text Example
Text Example
White with #C869B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869B1; }
p { color: rgb(200,105,177); }
H1.HeaderClassName
{
color: #C869B1;
}
.AnyTagClassName
{
color: #C869B1;
}
</style>
background-color css
<style>
a { background-color: #C869B1; }
a { background-color: rgb(200,105,177); }
div.DivClassName
{
background-color: #C869B1;
}
.BgClassName
{
background-color: #C869B1;
}
</style>
border-color css
<style>
span { border-color: #C869B1; }
span { border-color: rgb(200,105,177); }
td.TdClassName
{
border-color: #C869B1;
}
.TagClassName
{
border-color: #C869B1;
}
</style>