Shades of Fuchsia #C961B5
Tints of Fuchsia #C961B5
RGB
CMYK
RGB Variations
Color information
#C961B5 (or 0xC961B5) is known color: Fuchsia. HEX triplet: C9, 61 and B5. RGB value is (201,97,181). Sum of RGB (Red+Green+Blue) = 201+97+181=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C961B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961B5 is #369E4A. Grayscale: #898989. Windows color (decimal): -3579467 or 11887049. OLE color: 11887049.
HSL color Cylindrical-coordinate representation of color #C961B5: hue angle of 311.54º 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 #C961B5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 181 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.21 |
| HSL | 311.54º | 0.49% | 0.58% | - |
| HSV(B) | 311.54º | 0.52% | 0.79% | - |
| XYZ | 36.7 | 24.3 | 46.47 | - |
| YUV | 137.67 | 152.46 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 181 | 0 | 0.52 | 0.10 | 0.21 | 311.54 | 0.49 | 0.58 |
| Hex | C9 | 61 | B5 | 0 | 34 | A | 15 | 138 | 31 | 3A |
| Octal | 311 | 141 | 265 | 0 | 64 | 12 | 25 | 470 | 61 | 72 |
| Binary | 11001001 | 1100001 | 10110101 | 0 | 110100 | 1010 | 10101 | 100111000 | 110001 | 111010 |
Color Harmonies of #C961B5
Complementary color
Monochromatic Colors of #C961B5
Black with #C961B5
Text Example
Text Example
White with #C961B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C961B5; }
p { color: rgb(201,97,181); }
H1.HeaderClassName
{
color: #C961B5;
}
.AnyTagClassName
{
color: #C961B5;
}
</style>
background-color css
<style>
a { background-color: #C961B5; }
a { background-color: rgb(201,97,181); }
div.DivClassName
{
background-color: #C961B5;
}
.BgClassName
{
background-color: #C961B5;
}
</style>
border-color css
<style>
span { border-color: #C961B5; }
span { border-color: rgb(201,97,181); }
td.TdClassName
{
border-color: #C961B5;
}
.TagClassName
{
border-color: #C961B5;
}
</style>