Shades of Fuchsia #C941CD
Tints of Fuchsia #C941CD
RGB
CMYK
RGB Variations
Color information
#C941CD (or 0xC941CD) is known color: Fuchsia. HEX triplet: C9, 41 and CD. RGB value is (201,65,205). Sum of RGB (Red+Green+Blue) = 201+65+205=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #C941CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941CD is #36BE32. Grayscale: #797979. Windows color (decimal): -3587635 or 13451721. OLE color: 13451721.
HSL color Cylindrical-coordinate representation of color #C941CD: hue angle of 298.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C941CD is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 65 | 205 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.20 |
| HSL | 298.29º | 0.58% | 0.53% | - |
| HSV(B) | 298.29º | 0.68% | 0.8% | - |
| XYZ | 37 | 20.61 | 59.78 | - |
| YUV | 121.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 205 | 0.02 | 0.68 | 0 | 0.20 | 298.29 | 0.58 | 0.53 |
| Hex | C9 | 41 | CD | 2 | 44 | 0 | 14 | 12A | 3A | 35 |
| Octal | 311 | 101 | 315 | 2 | 104 | 0 | 24 | 452 | 72 | 65 |
| Binary | 11001001 | 1000001 | 11001101 | 10 | 1000100 | 0 | 10100 | 100101010 | 111010 | 110101 |
Color Harmonies of #C941CD
Complementary color
Monochromatic Colors of #C941CD
Black with #C941CD
Text Example
Text Example
White with #C941CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941CD; }
p { color: rgb(201,65,205); }
H1.HeaderClassName
{
color: #C941CD;
}
.AnyTagClassName
{
color: #C941CD;
}
</style>
background-color css
<style>
a { background-color: #C941CD; }
a { background-color: rgb(201,65,205); }
div.DivClassName
{
background-color: #C941CD;
}
.BgClassName
{
background-color: #C941CD;
}
</style>
border-color css
<style>
span { border-color: #C941CD; }
span { border-color: rgb(201,65,205); }
td.TdClassName
{
border-color: #C941CD;
}
.TagClassName
{
border-color: #C941CD;
}
</style>