Shades of Fuchsia #C967BA
Tints of Fuchsia #C967BA
RGB
CMYK
RGB Variations
Color information
#C967BA (or 0xC967BA) is known color: Fuchsia. HEX triplet: C9, 67 and BA. RGB value is (201,103,186). Sum of RGB (Red+Green+Blue) = 201+103+186=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C967BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967BA is #369845. Grayscale: #8D8D8D. Windows color (decimal): -3577926 or 12216265. OLE color: 12216265.
HSL color Cylindrical-coordinate representation of color #C967BA: hue angle of 309.18º 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 #C967BA is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 186 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.21 |
| HSL | 309.18º | 0.48% | 0.6% | - |
| HSV(B) | 309.18º | 0.49% | 0.79% | - |
| XYZ | 37.8 | 25.66 | 49.42 | - |
| YUV | 141.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 186 | 0 | 0.49 | 0.07 | 0.21 | 309.18 | 0.48 | 0.6 |
| Hex | C9 | 67 | BA | 0 | 31 | 7 | 15 | 135 | 30 | 3C |
| Octal | 311 | 147 | 272 | 0 | 61 | 7 | 25 | 465 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10111010 | 0 | 110001 | 111 | 10101 | 100110101 | 110000 | 111100 |
Color Harmonies of #C967BA
Complementary color
Monochromatic Colors of #C967BA
Black with #C967BA
Text Example
Text Example
White with #C967BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967BA; }
p { color: rgb(201,103,186); }
H1.HeaderClassName
{
color: #C967BA;
}
.AnyTagClassName
{
color: #C967BA;
}
</style>
background-color css
<style>
a { background-color: #C967BA; }
a { background-color: rgb(201,103,186); }
div.DivClassName
{
background-color: #C967BA;
}
.BgClassName
{
background-color: #C967BA;
}
</style>
border-color css
<style>
span { border-color: #C967BA; }
span { border-color: rgb(201,103,186); }
td.TdClassName
{
border-color: #C967BA;
}
.TagClassName
{
border-color: #C967BA;
}
</style>