Shades of Fuchsia #C960B5
Tints of Fuchsia #C960B5
RGB
CMYK
RGB Variations
Color information
#C960B5 (or 0xC960B5) is known color: Fuchsia. HEX triplet: C9, 60 and B5. RGB value is (201,96,181). Sum of RGB (Red+Green+Blue) = 201+96+181=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C960B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960B5 is #369F4A. Grayscale: #888888. Windows color (decimal): -3579723 or 11886793. OLE color: 11886793.
HSL color Cylindrical-coordinate representation of color #C960B5: hue angle of 311.43º 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 #C960B5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 181 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.21 |
| HSL | 311.43º | 0.49% | 0.58% | - |
| HSV(B) | 311.43º | 0.52% | 0.79% | - |
| XYZ | 36.61 | 24.12 | 46.44 | - |
| YUV | 137.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 181 | 0 | 0.52 | 0.10 | 0.21 | 311.43 | 0.49 | 0.58 |
| Hex | C9 | 60 | B5 | 0 | 34 | A | 15 | 137 | 31 | 3A |
| Octal | 311 | 140 | 265 | 0 | 64 | 12 | 25 | 467 | 61 | 72 |
| Binary | 11001001 | 1100000 | 10110101 | 0 | 110100 | 1010 | 10101 | 100110111 | 110001 | 111010 |
Color Harmonies of #C960B5
Complementary color
Monochromatic Colors of #C960B5
Black with #C960B5
Text Example
Text Example
White with #C960B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960B5; }
p { color: rgb(201,96,181); }
H1.HeaderClassName
{
color: #C960B5;
}
.AnyTagClassName
{
color: #C960B5;
}
</style>
background-color css
<style>
a { background-color: #C960B5; }
a { background-color: rgb(201,96,181); }
div.DivClassName
{
background-color: #C960B5;
}
.BgClassName
{
background-color: #C960B5;
}
</style>
border-color css
<style>
span { border-color: #C960B5; }
span { border-color: rgb(201,96,181); }
td.TdClassName
{
border-color: #C960B5;
}
.TagClassName
{
border-color: #C960B5;
}
</style>