Shades of Fuchsia #C45DCD
Tints of Fuchsia #C45DCD
RGB
CMYK
RGB Variations
Color information
#C45DCD (or 0xC45DCD) is known color: Fuchsia. HEX triplet: C4, 5D and CD. RGB value is (196,93,205). Sum of RGB (Red+Green+Blue) = 196+93+205=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C45DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DCD is #3BA232. Grayscale: #888888. Windows color (decimal): -3908147 or 13458884. OLE color: 13458884.
HSL color Cylindrical-coordinate representation of color #C45DCD: hue angle of 295.18º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45DCD is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 93 | 205 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.20 |
| HSL | 295.18º | 0.53% | 0.58% | - |
| HSV(B) | 295.18º | 0.55% | 0.8% | - |
| XYZ | 37.7 | 23.97 | 60.4 | - |
| YUV | 136.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 205 | 0.04 | 0.55 | 0 | 0.20 | 295.18 | 0.53 | 0.58 |
| Hex | C4 | 5D | CD | 4 | 37 | 0 | 14 | 127 | 35 | 3A |
| Octal | 304 | 135 | 315 | 4 | 67 | 0 | 24 | 447 | 65 | 72 |
| Binary | 11000100 | 1011101 | 11001101 | 100 | 110111 | 0 | 10100 | 100100111 | 110101 | 111010 |
Color Harmonies of #C45DCD
Complementary color
Monochromatic Colors of #C45DCD
Black with #C45DCD
Text Example
Text Example
White with #C45DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DCD; }
p { color: rgb(196,93,205); }
H1.HeaderClassName
{
color: #C45DCD;
}
.AnyTagClassName
{
color: #C45DCD;
}
</style>
background-color css
<style>
a { background-color: #C45DCD; }
a { background-color: rgb(196,93,205); }
div.DivClassName
{
background-color: #C45DCD;
}
.BgClassName
{
background-color: #C45DCD;
}
</style>
border-color css
<style>
span { border-color: #C45DCD; }
span { border-color: rgb(196,93,205); }
td.TdClassName
{
border-color: #C45DCD;
}
.TagClassName
{
border-color: #C45DCD;
}
</style>