Shades of Fuchsia #C141CD
Tints of Fuchsia #C141CD
RGB
CMYK
RGB Variations
Color information
#C141CD (or 0xC141CD) is known color: Fuchsia. HEX triplet: C1, 41 and CD. RGB value is (193,65,205). Sum of RGB (Red+Green+Blue) = 193+65+205=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #C141CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141CD is #3EBE32. Grayscale: #767676. Windows color (decimal): -4111923 or 13451713. OLE color: 13451713.
HSL color Cylindrical-coordinate representation of color #C141CD: hue angle of 294.86º 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 #C141CD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 65 | 205 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.20 |
| HSL | 294.86º | 0.58% | 0.53% | - |
| HSV(B) | 294.86º | 0.68% | 0.8% | - |
| XYZ | 34.9 | 19.53 | 59.69 | - |
| YUV | 119.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 205 | 0.06 | 0.68 | 0 | 0.20 | 294.86 | 0.58 | 0.53 |
| Hex | C1 | 41 | CD | 6 | 44 | 0 | 14 | 127 | 3A | 35 |
| Octal | 301 | 101 | 315 | 6 | 104 | 0 | 24 | 447 | 72 | 65 |
| Binary | 11000001 | 1000001 | 11001101 | 110 | 1000100 | 0 | 10100 | 100100111 | 111010 | 110101 |
Color Harmonies of #C141CD
Complementary color
Monochromatic Colors of #C141CD
Black with #C141CD
Text Example
Text Example
White with #C141CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141CD; }
p { color: rgb(193,65,205); }
H1.HeaderClassName
{
color: #C141CD;
}
.AnyTagClassName
{
color: #C141CD;
}
</style>
background-color css
<style>
a { background-color: #C141CD; }
a { background-color: rgb(193,65,205); }
div.DivClassName
{
background-color: #C141CD;
}
.BgClassName
{
background-color: #C141CD;
}
</style>
border-color css
<style>
span { border-color: #C141CD; }
span { border-color: rgb(193,65,205); }
td.TdClassName
{
border-color: #C141CD;
}
.TagClassName
{
border-color: #C141CD;
}
</style>