Shades of Fuchsia #C24DCD
Tints of Fuchsia #C24DCD
RGB
CMYK
RGB Variations
Color information
#C24DCD (or 0xC24DCD) is known color: Fuchsia. HEX triplet: C2, 4D and CD. RGB value is (194,77,205). Sum of RGB (Red+Green+Blue) = 194+77+205=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #C24DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DCD is #3DB232. Grayscale: #7E7E7E. Windows color (decimal): -4043315 or 13454786. OLE color: 13454786.
HSL color Cylindrical-coordinate representation of color #C24DCD: hue angle of 294.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24DCD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 77 | 205 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.20 |
| HSL | 294.84º | 0.56% | 0.55% | - |
| HSV(B) | 294.84º | 0.62% | 0.8% | - |
| XYZ | 35.92 | 21.18 | 59.95 | - |
| YUV | 126.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 205 | 0.05 | 0.62 | 0 | 0.20 | 294.84 | 0.56 | 0.55 |
| Hex | C2 | 4D | CD | 5 | 3E | 0 | 14 | 127 | 38 | 37 |
| Octal | 302 | 115 | 315 | 5 | 76 | 0 | 24 | 447 | 70 | 67 |
| Binary | 11000010 | 1001101 | 11001101 | 101 | 111110 | 0 | 10100 | 100100111 | 111000 | 110111 |
Color Harmonies of #C24DCD
Complementary color
Monochromatic Colors of #C24DCD
Black with #C24DCD
Text Example
Text Example
White with #C24DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DCD; }
p { color: rgb(194,77,205); }
H1.HeaderClassName
{
color: #C24DCD;
}
.AnyTagClassName
{
color: #C24DCD;
}
</style>
background-color css
<style>
a { background-color: #C24DCD; }
a { background-color: rgb(194,77,205); }
div.DivClassName
{
background-color: #C24DCD;
}
.BgClassName
{
background-color: #C24DCD;
}
</style>
border-color css
<style>
span { border-color: #C24DCD; }
span { border-color: rgb(194,77,205); }
td.TdClassName
{
border-color: #C24DCD;
}
.TagClassName
{
border-color: #C24DCD;
}
</style>