Shades of Fuchsia #C950CF
Tints of Fuchsia #C950CF
RGB
CMYK
RGB Variations
Color information
#C950CF (or 0xC950CF) is known color: Fuchsia. HEX triplet: C9, 50 and CF. RGB value is (201,80,207). Sum of RGB (Red+Green+Blue) = 201+80+207=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #C950CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950CF is #36AF30. Grayscale: #828282. Windows color (decimal): -3583793 or 13586633. OLE color: 13586633.
HSL color Cylindrical-coordinate representation of color #C950CF: hue angle of 297.17º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C950CF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 80 | 207 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.19 |
| HSL | 297.17º | 0.57% | 0.56% | - |
| HSV(B) | 297.17º | 0.61% | 0.81% | - |
| XYZ | 38.22 | 22.66 | 61.39 | - |
| YUV | 130.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 207 | 0.03 | 0.61 | 0 | 0.19 | 297.17 | 0.57 | 0.56 |
| Hex | C9 | 50 | CF | 3 | 3D | 0 | 13 | 129 | 39 | 38 |
| Octal | 311 | 120 | 317 | 3 | 75 | 0 | 23 | 451 | 71 | 70 |
| Binary | 11001001 | 1010000 | 11001111 | 11 | 111101 | 0 | 10011 | 100101001 | 111001 | 111000 |
Color Harmonies of #C950CF
Complementary color
Monochromatic Colors of #C950CF
Black with #C950CF
Text Example
Text Example
White with #C950CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950CF; }
p { color: rgb(201,80,207); }
H1.HeaderClassName
{
color: #C950CF;
}
.AnyTagClassName
{
color: #C950CF;
}
</style>
background-color css
<style>
a { background-color: #C950CF; }
a { background-color: rgb(201,80,207); }
div.DivClassName
{
background-color: #C950CF;
}
.BgClassName
{
background-color: #C950CF;
}
</style>
border-color css
<style>
span { border-color: #C950CF; }
span { border-color: rgb(201,80,207); }
td.TdClassName
{
border-color: #C950CF;
}
.TagClassName
{
border-color: #C950CF;
}
</style>