Shades of Fuchsia #C538CD
Tints of Fuchsia #C538CD
RGB
CMYK
RGB Variations
Color information
#C538CD (or 0xC538CD) is known color: Fuchsia. HEX triplet: C5, 38 and CD. RGB value is (197,56,205). Sum of RGB (Red+Green+Blue) = 197+56+205=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #C538CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538CD is #3AC732. Grayscale: #727272. Windows color (decimal): -3852083 or 13449413. OLE color: 13449413.
HSL color Cylindrical-coordinate representation of color #C538CD: hue angle of 296.78º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C538CD is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 56 | 205 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.20 |
| HSL | 296.78º | 0.6% | 0.51% | - |
| HSV(B) | 296.78º | 0.73% | 0.8% | - |
| XYZ | 35.46 | 19.11 | 59.58 | - |
| YUV | 115.15 | 178.71 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 205 | 0.04 | 0.73 | 0 | 0.20 | 296.78 | 0.6 | 0.51 |
| Hex | C5 | 38 | CD | 4 | 49 | 0 | 14 | 129 | 3C | 33 |
| Octal | 305 | 70 | 315 | 4 | 111 | 0 | 24 | 451 | 74 | 63 |
| Binary | 11000101 | 111000 | 11001101 | 100 | 1001001 | 0 | 10100 | 100101001 | 111100 | 110011 |
Color Harmonies of #C538CD
Complementary color
Monochromatic Colors of #C538CD
Black with #C538CD
Text Example
Text Example
White with #C538CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538CD; }
p { color: rgb(197,56,205); }
H1.HeaderClassName
{
color: #C538CD;
}
.AnyTagClassName
{
color: #C538CD;
}
</style>
background-color css
<style>
a { background-color: #C538CD; }
a { background-color: rgb(197,56,205); }
div.DivClassName
{
background-color: #C538CD;
}
.BgClassName
{
background-color: #C538CD;
}
</style>
border-color css
<style>
span { border-color: #C538CD; }
span { border-color: rgb(197,56,205); }
td.TdClassName
{
border-color: #C538CD;
}
.TagClassName
{
border-color: #C538CD;
}
</style>