Shades of Fuchsia #C867B9
Tints of Fuchsia #C867B9
RGB
CMYK
RGB Variations
Color information
#C867B9 (or 0xC867B9) is known color: Fuchsia. HEX triplet: C8, 67 and B9. RGB value is (200,103,185). Sum of RGB (Red+Green+Blue) = 200+103+185=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C867B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867B9 is #379846. Grayscale: #8D8D8D. Windows color (decimal): -3643463 or 12150728. OLE color: 12150728.
HSL color Cylindrical-coordinate representation of color #C867B9: hue angle of 309.28º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C867B9 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 185 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.22 |
| HSL | 309.28º | 0.47% | 0.59% | - |
| HSV(B) | 309.28º | 0.49% | 0.78% | - |
| XYZ | 37.43 | 25.48 | 48.84 | - |
| YUV | 141.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 185 | 0 | 0.48 | 0.08 | 0.22 | 309.28 | 0.47 | 0.59 |
| Hex | C8 | 67 | B9 | 0 | 30 | 8 | 16 | 135 | 2F | 3B |
| Octal | 310 | 147 | 271 | 0 | 60 | 10 | 26 | 465 | 57 | 73 |
| Binary | 11001000 | 1100111 | 10111001 | 0 | 110000 | 1000 | 10110 | 100110101 | 101111 | 111011 |
Color Harmonies of #C867B9
Complementary color
Monochromatic Colors of #C867B9
Black with #C867B9
Text Example
Text Example
White with #C867B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867B9; }
p { color: rgb(200,103,185); }
H1.HeaderClassName
{
color: #C867B9;
}
.AnyTagClassName
{
color: #C867B9;
}
</style>
background-color css
<style>
a { background-color: #C867B9; }
a { background-color: rgb(200,103,185); }
div.DivClassName
{
background-color: #C867B9;
}
.BgClassName
{
background-color: #C867B9;
}
</style>
border-color css
<style>
span { border-color: #C867B9; }
span { border-color: rgb(200,103,185); }
td.TdClassName
{
border-color: #C867B9;
}
.TagClassName
{
border-color: #C867B9;
}
</style>