Shades of Fuchsia #C869BC
Tints of Fuchsia #C869BC
RGB
CMYK
RGB Variations
Color information
#C869BC (or 0xC869BC) is known color: Fuchsia. HEX triplet: C8, 69 and BC. RGB value is (200,105,188). Sum of RGB (Red+Green+Blue) = 200+105+188=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C869BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869BC is #379643. Grayscale: #8E8E8E. Windows color (decimal): -3642948 or 12347848. OLE color: 12347848.
HSL color Cylindrical-coordinate representation of color #C869BC: hue angle of 307.58º 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 #C869BC is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 188 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.22 |
| HSL | 307.58º | 0.46% | 0.6% | - |
| HSV(B) | 307.58º | 0.48% | 0.78% | - |
| XYZ | 37.95 | 26.01 | 50.6 | - |
| YUV | 142.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 188 | 0 | 0.48 | 0.06 | 0.22 | 307.58 | 0.46 | 0.6 |
| Hex | C8 | 69 | BC | 0 | 30 | 6 | 16 | 134 | 2E | 3C |
| Octal | 310 | 151 | 274 | 0 | 60 | 6 | 26 | 464 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10111100 | 0 | 110000 | 110 | 10110 | 100110100 | 101110 | 111100 |
Color Harmonies of #C869BC
Complementary color
Monochromatic Colors of #C869BC
Black with #C869BC
Text Example
Text Example
White with #C869BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869BC; }
p { color: rgb(200,105,188); }
H1.HeaderClassName
{
color: #C869BC;
}
.AnyTagClassName
{
color: #C869BC;
}
</style>
background-color css
<style>
a { background-color: #C869BC; }
a { background-color: rgb(200,105,188); }
div.DivClassName
{
background-color: #C869BC;
}
.BgClassName
{
background-color: #C869BC;
}
</style>
border-color css
<style>
span { border-color: #C869BC; }
span { border-color: rgb(200,105,188); }
td.TdClassName
{
border-color: #C869BC;
}
.TagClassName
{
border-color: #C869BC;
}
</style>