Shades of Fuchsia #C950D0
Tints of Fuchsia #C950D0
RGB
CMYK
RGB Variations
Color information
#C950D0 (or 0xC950D0) is known color: Fuchsia. HEX triplet: C9, 50 and D0. RGB value is (201,80,208). Sum of RGB (Red+Green+Blue) = 201+80+208=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #C950D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950D0 is #36AF2F. Grayscale: #828282. Windows color (decimal): -3583792 or 13652169. OLE color: 13652169.
HSL color Cylindrical-coordinate representation of color #C950D0: hue angle of 296.72º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C950D0 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 80 | 208 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.18 |
| HSL | 296.72º | 0.58% | 0.56% | - |
| HSV(B) | 296.72º | 0.62% | 0.82% | - |
| XYZ | 38.34 | 22.71 | 62.04 | - |
| YUV | 130.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 208 | 0.03 | 0.62 | 0 | 0.18 | 296.72 | 0.58 | 0.56 |
| Hex | C9 | 50 | D0 | 3 | 3E | 0 | 12 | 129 | 3A | 38 |
| Octal | 311 | 120 | 320 | 3 | 76 | 0 | 22 | 451 | 72 | 70 |
| Binary | 11001001 | 1010000 | 11010000 | 11 | 111110 | 0 | 10010 | 100101001 | 111010 | 111000 |
Color Harmonies of #C950D0
Complementary color
Monochromatic Colors of #C950D0
Black with #C950D0
Text Example
Text Example
White with #C950D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950D0; }
p { color: rgb(201,80,208); }
H1.HeaderClassName
{
color: #C950D0;
}
.AnyTagClassName
{
color: #C950D0;
}
</style>
background-color css
<style>
a { background-color: #C950D0; }
a { background-color: rgb(201,80,208); }
div.DivClassName
{
background-color: #C950D0;
}
.BgClassName
{
background-color: #C950D0;
}
</style>
border-color css
<style>
span { border-color: #C950D0; }
span { border-color: rgb(201,80,208); }
td.TdClassName
{
border-color: #C950D0;
}
.TagClassName
{
border-color: #C950D0;
}
</style>