Shades of Fuchsia #C967B9
Tints of Fuchsia #C967B9
RGB
CMYK
RGB Variations
Color information
#C967B9 (or 0xC967B9) is known color: Fuchsia. HEX triplet: C9, 67 and B9. RGB value is (201,103,185). Sum of RGB (Red+Green+Blue) = 201+103+185=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C967B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967B9 is #369846. Grayscale: #8D8D8D. Windows color (decimal): -3577927 or 12150729. OLE color: 12150729.
HSL color Cylindrical-coordinate representation of color #C967B9: hue angle of 309.8º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C967B9 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 185 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.21 |
| HSL | 309.8º | 0.48% | 0.6% | - |
| HSV(B) | 309.8º | 0.49% | 0.79% | - |
| XYZ | 37.69 | 25.62 | 48.86 | - |
| YUV | 141.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 185 | 0 | 0.49 | 0.08 | 0.21 | 309.8 | 0.48 | 0.6 |
| Hex | C9 | 67 | B9 | 0 | 31 | 8 | 15 | 136 | 30 | 3C |
| Octal | 311 | 147 | 271 | 0 | 61 | 10 | 25 | 466 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10111001 | 0 | 110001 | 1000 | 10101 | 100110110 | 110000 | 111100 |
Color Harmonies of #C967B9
Complementary color
Monochromatic Colors of #C967B9
Black with #C967B9
Text Example
Text Example
White with #C967B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967B9; }
p { color: rgb(201,103,185); }
H1.HeaderClassName
{
color: #C967B9;
}
.AnyTagClassName
{
color: #C967B9;
}
</style>
background-color css
<style>
a { background-color: #C967B9; }
a { background-color: rgb(201,103,185); }
div.DivClassName
{
background-color: #C967B9;
}
.BgClassName
{
background-color: #C967B9;
}
</style>
border-color css
<style>
span { border-color: #C967B9; }
span { border-color: rgb(201,103,185); }
td.TdClassName
{
border-color: #C967B9;
}
.TagClassName
{
border-color: #C967B9;
}
</style>