Shades of Fuchsia #C960BB
Tints of Fuchsia #C960BB
RGB
CMYK
RGB Variations
Color information
#C960BB (or 0xC960BB) is known color: Fuchsia. HEX triplet: C9, 60 and BB. RGB value is (201,96,187). Sum of RGB (Red+Green+Blue) = 201+96+187=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C960BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960BB is #369F44. Grayscale: #898989. Windows color (decimal): -3579717 or 12280009. OLE color: 12280009.
HSL color Cylindrical-coordinate representation of color #C960BB: hue angle of 308º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C960BB is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 187 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.21 |
| HSL | 308º | 0.49% | 0.58% | - |
| HSV(B) | 308º | 0.52% | 0.79% | - |
| XYZ | 37.24 | 24.37 | 49.76 | - |
| YUV | 137.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 187 | 0 | 0.52 | 0.07 | 0.21 | 308 | 0.49 | 0.58 |
| Hex | C9 | 60 | BB | 0 | 34 | 7 | 15 | 134 | 31 | 3A |
| Octal | 311 | 140 | 273 | 0 | 64 | 7 | 25 | 464 | 61 | 72 |
| Binary | 11001001 | 1100000 | 10111011 | 0 | 110100 | 111 | 10101 | 100110100 | 110001 | 111010 |
Color Harmonies of #C960BB
Complementary color
Monochromatic Colors of #C960BB
Black with #C960BB
Text Example
Text Example
White with #C960BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960BB; }
p { color: rgb(201,96,187); }
H1.HeaderClassName
{
color: #C960BB;
}
.AnyTagClassName
{
color: #C960BB;
}
</style>
background-color css
<style>
a { background-color: #C960BB; }
a { background-color: rgb(201,96,187); }
div.DivClassName
{
background-color: #C960BB;
}
.BgClassName
{
background-color: #C960BB;
}
</style>
border-color css
<style>
span { border-color: #C960BB; }
span { border-color: rgb(201,96,187); }
td.TdClassName
{
border-color: #C960BB;
}
.TagClassName
{
border-color: #C960BB;
}
</style>