Shades of Fuchsia #C869C9
Tints of Fuchsia #C869C9
RGB
CMYK
RGB Variations
Color information
#C869C9 (or 0xC869C9) is known color: Fuchsia. HEX triplet: C8, 69 and C9. RGB value is (200,105,201). Sum of RGB (Red+Green+Blue) = 200+105+201=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #C869C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869C9 is #379636. Grayscale: #909090. Windows color (decimal): -3642935 or 13199816. OLE color: 13199816.
HSL color Cylindrical-coordinate representation of color #C869C9: hue angle of 299.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C869C9 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 105 | 201 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.21 |
| HSL | 299.38º | 0.47% | 0.6% | - |
| HSV(B) | 299.38º | 0.48% | 0.79% | - |
| XYZ | 39.41 | 26.6 | 58.32 | - |
| YUV | 144.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 201 | 0.00 | 0.48 | 0 | 0.21 | 299.38 | 0.47 | 0.6 |
| Hex | C8 | 69 | C9 | 0 | 30 | 0 | 15 | 12B | 2F | 3C |
| Octal | 310 | 151 | 311 | 0 | 60 | 0 | 25 | 453 | 57 | 74 |
| Binary | 11001000 | 1101001 | 11001001 | 0 | 110000 | 0 | 10101 | 100101011 | 101111 | 111100 |
Color Harmonies of #C869C9
Complementary color
Monochromatic Colors of #C869C9
Black with #C869C9
Text Example
Text Example
White with #C869C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869C9; }
p { color: rgb(200,105,201); }
H1.HeaderClassName
{
color: #C869C9;
}
.AnyTagClassName
{
color: #C869C9;
}
</style>
background-color css
<style>
a { background-color: #C869C9; }
a { background-color: rgb(200,105,201); }
div.DivClassName
{
background-color: #C869C9;
}
.BgClassName
{
background-color: #C869C9;
}
</style>
border-color css
<style>
span { border-color: #C869C9; }
span { border-color: rgb(200,105,201); }
td.TdClassName
{
border-color: #C869C9;
}
.TagClassName
{
border-color: #C869C9;
}
</style>