Shades of Fuchsia #C950C7
Tints of Fuchsia #C950C7
RGB
CMYK
RGB Variations
Color information
#C950C7 (or 0xC950C7) is known color: Fuchsia. HEX triplet: C9, 50 and C7. RGB value is (201,80,199). Sum of RGB (Red+Green+Blue) = 201+80+199=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C950C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950C7 is #36AF38. Grayscale: #818181. Windows color (decimal): -3583801 or 13062345. OLE color: 13062345.
HSL color Cylindrical-coordinate representation of color #C950C7: hue angle of 300.99º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C950C7 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 199 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.21 |
| HSL | 300.99º | 0.53% | 0.55% | - |
| HSV(B) | 300.99º | 0.6% | 0.79% | - |
| XYZ | 37.26 | 22.28 | 56.37 | - |
| YUV | 129.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 199 | 0 | 0.60 | 0.01 | 0.21 | 300.99 | 0.53 | 0.55 |
| Hex | C9 | 50 | C7 | 0 | 3C | 1 | 15 | 12D | 35 | 37 |
| Octal | 311 | 120 | 307 | 0 | 74 | 1 | 25 | 455 | 65 | 67 |
| Binary | 11001001 | 1010000 | 11000111 | 0 | 111100 | 1 | 10101 | 100101101 | 110101 | 110111 |
Color Harmonies of #C950C7
Complementary color
Monochromatic Colors of #C950C7
Black with #C950C7
Text Example
Text Example
White with #C950C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950C7; }
p { color: rgb(201,80,199); }
H1.HeaderClassName
{
color: #C950C7;
}
.AnyTagClassName
{
color: #C950C7;
}
</style>
background-color css
<style>
a { background-color: #C950C7; }
a { background-color: rgb(201,80,199); }
div.DivClassName
{
background-color: #C950C7;
}
.BgClassName
{
background-color: #C950C7;
}
</style>
border-color css
<style>
span { border-color: #C950C7; }
span { border-color: rgb(201,80,199); }
td.TdClassName
{
border-color: #C950C7;
}
.TagClassName
{
border-color: #C950C7;
}
</style>