Shades of Fuchsia #C969BA
Tints of Fuchsia #C969BA
RGB
CMYK
RGB Variations
Color information
#C969BA (or 0xC969BA) is known color: Fuchsia. HEX triplet: C9, 69 and BA. RGB value is (201,105,186). Sum of RGB (Red+Green+Blue) = 201+105+186=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C969BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969BA is #369645. Grayscale: #8E8E8E. Windows color (decimal): -3577414 or 12216777. OLE color: 12216777.
HSL color Cylindrical-coordinate representation of color #C969BA: hue angle of 309.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C969BA is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 186 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.21 |
| HSL | 309.38º | 0.47% | 0.6% | - |
| HSV(B) | 309.38º | 0.48% | 0.79% | - |
| XYZ | 38 | 26.07 | 49.48 | - |
| YUV | 142.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 186 | 0 | 0.48 | 0.07 | 0.21 | 309.38 | 0.47 | 0.6 |
| Hex | C9 | 69 | BA | 0 | 30 | 7 | 15 | 135 | 2F | 3C |
| Octal | 311 | 151 | 272 | 0 | 60 | 7 | 25 | 465 | 57 | 74 |
| Binary | 11001001 | 1101001 | 10111010 | 0 | 110000 | 111 | 10101 | 100110101 | 101111 | 111100 |
Color Harmonies of #C969BA
Complementary color
Monochromatic Colors of #C969BA
Black with #C969BA
Text Example
Text Example
White with #C969BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969BA; }
p { color: rgb(201,105,186); }
H1.HeaderClassName
{
color: #C969BA;
}
.AnyTagClassName
{
color: #C969BA;
}
</style>
background-color css
<style>
a { background-color: #C969BA; }
a { background-color: rgb(201,105,186); }
div.DivClassName
{
background-color: #C969BA;
}
.BgClassName
{
background-color: #C969BA;
}
</style>
border-color css
<style>
span { border-color: #C969BA; }
span { border-color: rgb(201,105,186); }
td.TdClassName
{
border-color: #C969BA;
}
.TagClassName
{
border-color: #C969BA;
}
</style>