Shades of Fuchsia #C24CCD
Tints of Fuchsia #C24CCD
RGB
CMYK
RGB Variations
Color information
#C24CCD (or 0xC24CCD) is known color: Fuchsia. HEX triplet: C2, 4C and CD. RGB value is (194,76,205). Sum of RGB (Red+Green+Blue) = 194+76+205=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #C24CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CCD is #3DB332. Grayscale: #7D7D7D. Windows color (decimal): -4043571 or 13454530. OLE color: 13454530.
HSL color Cylindrical-coordinate representation of color #C24CCD: hue angle of 294.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24CCD is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 76 | 205 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.20 |
| HSL | 294.88º | 0.56% | 0.55% | - |
| HSV(B) | 294.88º | 0.63% | 0.8% | - |
| XYZ | 35.85 | 21.05 | 59.93 | - |
| YUV | 125.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 205 | 0.05 | 0.63 | 0 | 0.20 | 294.88 | 0.56 | 0.55 |
| Hex | C2 | 4C | CD | 5 | 3F | 0 | 14 | 127 | 38 | 37 |
| Octal | 302 | 114 | 315 | 5 | 77 | 0 | 24 | 447 | 70 | 67 |
| Binary | 11000010 | 1001100 | 11001101 | 101 | 111111 | 0 | 10100 | 100100111 | 111000 | 110111 |
Color Harmonies of #C24CCD
Complementary color
Monochromatic Colors of #C24CCD
Black with #C24CCD
Text Example
Text Example
White with #C24CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CCD; }
p { color: rgb(194,76,205); }
H1.HeaderClassName
{
color: #C24CCD;
}
.AnyTagClassName
{
color: #C24CCD;
}
</style>
background-color css
<style>
a { background-color: #C24CCD; }
a { background-color: rgb(194,76,205); }
div.DivClassName
{
background-color: #C24CCD;
}
.BgClassName
{
background-color: #C24CCD;
}
</style>
border-color css
<style>
span { border-color: #C24CCD; }
span { border-color: rgb(194,76,205); }
td.TdClassName
{
border-color: #C24CCD;
}
.TagClassName
{
border-color: #C24CCD;
}
</style>