Shades of Fuchsia #C950CD
Tints of Fuchsia #C950CD
RGB
CMYK
RGB Variations
Color information
#C950CD (or 0xC950CD) is known color: Fuchsia. HEX triplet: C9, 50 and CD. RGB value is (201,80,205). Sum of RGB (Red+Green+Blue) = 201+80+205=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #C950CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950CD is #36AF32. Grayscale: #828282. Windows color (decimal): -3583795 or 13455561. OLE color: 13455561.
HSL color Cylindrical-coordinate representation of color #C950CD: hue angle of 298.08º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C950CD is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 80 | 205 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.20 |
| HSL | 298.08º | 0.56% | 0.56% | - |
| HSV(B) | 298.08º | 0.61% | 0.8% | - |
| XYZ | 37.98 | 22.56 | 60.11 | - |
| YUV | 130.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 205 | 0.02 | 0.61 | 0 | 0.20 | 298.08 | 0.56 | 0.56 |
| Hex | C9 | 50 | CD | 2 | 3D | 0 | 14 | 12A | 38 | 38 |
| Octal | 311 | 120 | 315 | 2 | 75 | 0 | 24 | 452 | 70 | 70 |
| Binary | 11001001 | 1010000 | 11001101 | 10 | 111101 | 0 | 10100 | 100101010 | 111000 | 111000 |
Color Harmonies of #C950CD
Complementary color
Monochromatic Colors of #C950CD
Black with #C950CD
Text Example
Text Example
White with #C950CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950CD; }
p { color: rgb(201,80,205); }
H1.HeaderClassName
{
color: #C950CD;
}
.AnyTagClassName
{
color: #C950CD;
}
</style>
background-color css
<style>
a { background-color: #C950CD; }
a { background-color: rgb(201,80,205); }
div.DivClassName
{
background-color: #C950CD;
}
.BgClassName
{
background-color: #C950CD;
}
</style>
border-color css
<style>
span { border-color: #C950CD; }
span { border-color: rgb(201,80,205); }
td.TdClassName
{
border-color: #C950CD;
}
.TagClassName
{
border-color: #C950CD;
}
</style>