Shades of Fuchsia #C950C4
Tints of Fuchsia #C950C4
RGB
CMYK
RGB Variations
Color information
#C950C4 (or 0xC950C4) is known color: Fuchsia. HEX triplet: C9, 50 and C4. RGB value is (201,80,196). Sum of RGB (Red+Green+Blue) = 201+80+196=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C950C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950C4 is #36AF3B. Grayscale: #818181. Windows color (decimal): -3583804 or 12865737. OLE color: 12865737.
HSL color Cylindrical-coordinate representation of color #C950C4: hue angle of 302.48º 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 #C950C4 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 196 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.21 |
| HSL | 302.48º | 0.53% | 0.55% | - |
| HSV(B) | 302.48º | 0.6% | 0.79% | - |
| XYZ | 36.92 | 22.14 | 54.55 | - |
| YUV | 129.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 196 | 0 | 0.60 | 0.02 | 0.21 | 302.48 | 0.53 | 0.55 |
| Hex | C9 | 50 | C4 | 0 | 3C | 2 | 15 | 12E | 35 | 37 |
| Octal | 311 | 120 | 304 | 0 | 74 | 2 | 25 | 456 | 65 | 67 |
| Binary | 11001001 | 1010000 | 11000100 | 0 | 111100 | 10 | 10101 | 100101110 | 110101 | 110111 |
Color Harmonies of #C950C4
Complementary color
Monochromatic Colors of #C950C4
Black with #C950C4
Text Example
Text Example
White with #C950C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950C4; }
p { color: rgb(201,80,196); }
H1.HeaderClassName
{
color: #C950C4;
}
.AnyTagClassName
{
color: #C950C4;
}
</style>
background-color css
<style>
a { background-color: #C950C4; }
a { background-color: rgb(201,80,196); }
div.DivClassName
{
background-color: #C950C4;
}
.BgClassName
{
background-color: #C950C4;
}
</style>
border-color css
<style>
span { border-color: #C950C4; }
span { border-color: rgb(201,80,196); }
td.TdClassName
{
border-color: #C950C4;
}
.TagClassName
{
border-color: #C950C4;
}
</style>