Shades of Fuchsia #C967BB
Tints of Fuchsia #C967BB
RGB
CMYK
RGB Variations
Color information
#C967BB (or 0xC967BB) is known color: Fuchsia. HEX triplet: C9, 67 and BB. RGB value is (201,103,187). Sum of RGB (Red+Green+Blue) = 201+103+187=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C967BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967BB is #369844. Grayscale: #8D8D8D. Windows color (decimal): -3577925 or 12281801. OLE color: 12281801.
HSL color Cylindrical-coordinate representation of color #C967BB: hue angle of 308.57º 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 #C967BB is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 187 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.21 |
| HSL | 308.57º | 0.48% | 0.6% | - |
| HSV(B) | 308.57º | 0.49% | 0.79% | - |
| XYZ | 37.91 | 25.71 | 49.98 | - |
| YUV | 141.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 187 | 0 | 0.49 | 0.07 | 0.21 | 308.57 | 0.48 | 0.6 |
| Hex | C9 | 67 | BB | 0 | 31 | 7 | 15 | 135 | 30 | 3C |
| Octal | 311 | 147 | 273 | 0 | 61 | 7 | 25 | 465 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10111011 | 0 | 110001 | 111 | 10101 | 100110101 | 110000 | 111100 |
Color Harmonies of #C967BB
Complementary color
Monochromatic Colors of #C967BB
Black with #C967BB
Text Example
Text Example
White with #C967BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967BB; }
p { color: rgb(201,103,187); }
H1.HeaderClassName
{
color: #C967BB;
}
.AnyTagClassName
{
color: #C967BB;
}
</style>
background-color css
<style>
a { background-color: #C967BB; }
a { background-color: rgb(201,103,187); }
div.DivClassName
{
background-color: #C967BB;
}
.BgClassName
{
background-color: #C967BB;
}
</style>
border-color css
<style>
span { border-color: #C967BB; }
span { border-color: rgb(201,103,187); }
td.TdClassName
{
border-color: #C967BB;
}
.TagClassName
{
border-color: #C967BB;
}
</style>