Shades of Fuchsia #C965BF
Tints of Fuchsia #C965BF
RGB
CMYK
RGB Variations
Color information
#C965BF (or 0xC965BF) is known color: Fuchsia. HEX triplet: C9, 65 and BF. RGB value is (201,101,191). Sum of RGB (Red+Green+Blue) = 201+101+191=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C965BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965BF is #369A40. Grayscale: #8C8C8C. Windows color (decimal): -3578433 or 12543433. OLE color: 12543433.
HSL color Cylindrical-coordinate representation of color #C965BF: hue angle of 306º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C965BF is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 191 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.21 |
| HSL | 306º | 0.48% | 0.59% | - |
| HSV(B) | 306º | 0.5% | 0.79% | - |
| XYZ | 38.15 | 25.49 | 52.2 | - |
| YUV | 141.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 191 | 0 | 0.50 | 0.05 | 0.21 | 306 | 0.48 | 0.59 |
| Hex | C9 | 65 | BF | 0 | 32 | 5 | 15 | 132 | 30 | 3B |
| Octal | 311 | 145 | 277 | 0 | 62 | 5 | 25 | 462 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10111111 | 0 | 110010 | 101 | 10101 | 100110010 | 110000 | 111011 |
Color Harmonies of #C965BF
Complementary color
Monochromatic Colors of #C965BF
Black with #C965BF
Text Example
Text Example
White with #C965BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965BF; }
p { color: rgb(201,101,191); }
H1.HeaderClassName
{
color: #C965BF;
}
.AnyTagClassName
{
color: #C965BF;
}
</style>
background-color css
<style>
a { background-color: #C965BF; }
a { background-color: rgb(201,101,191); }
div.DivClassName
{
background-color: #C965BF;
}
.BgClassName
{
background-color: #C965BF;
}
</style>
border-color css
<style>
span { border-color: #C965BF; }
span { border-color: rgb(201,101,191); }
td.TdClassName
{
border-color: #C965BF;
}
.TagClassName
{
border-color: #C965BF;
}
</style>