Shades of Fuchsia #C967BC
Tints of Fuchsia #C967BC
RGB
CMYK
RGB Variations
Color information
#C967BC (or 0xC967BC) is known color: Fuchsia. HEX triplet: C9, 67 and BC. RGB value is (201,103,188). Sum of RGB (Red+Green+Blue) = 201+103+188=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C967BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967BC is #369843. Grayscale: #8D8D8D. Windows color (decimal): -3577924 or 12347337. OLE color: 12347337.
HSL color Cylindrical-coordinate representation of color #C967BC: hue angle of 307.96º 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 #C967BC is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 188 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.21 |
| HSL | 307.96º | 0.48% | 0.6% | - |
| HSV(B) | 307.96º | 0.49% | 0.79% | - |
| XYZ | 38.01 | 25.75 | 50.54 | - |
| YUV | 141.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 188 | 0 | 0.49 | 0.06 | 0.21 | 307.96 | 0.48 | 0.6 |
| Hex | C9 | 67 | BC | 0 | 31 | 6 | 15 | 134 | 30 | 3C |
| Octal | 311 | 147 | 274 | 0 | 61 | 6 | 25 | 464 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10111100 | 0 | 110001 | 110 | 10101 | 100110100 | 110000 | 111100 |
Color Harmonies of #C967BC
Complementary color
Monochromatic Colors of #C967BC
Black with #C967BC
Text Example
Text Example
White with #C967BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967BC; }
p { color: rgb(201,103,188); }
H1.HeaderClassName
{
color: #C967BC;
}
.AnyTagClassName
{
color: #C967BC;
}
</style>
background-color css
<style>
a { background-color: #C967BC; }
a { background-color: rgb(201,103,188); }
div.DivClassName
{
background-color: #C967BC;
}
.BgClassName
{
background-color: #C967BC;
}
</style>
border-color css
<style>
span { border-color: #C967BC; }
span { border-color: rgb(201,103,188); }
td.TdClassName
{
border-color: #C967BC;
}
.TagClassName
{
border-color: #C967BC;
}
</style>