Shades of Fuchsia #C24BCD
Tints of Fuchsia #C24BCD
RGB
CMYK
RGB Variations
Color information
#C24BCD (or 0xC24BCD) is known color: Fuchsia. HEX triplet: C2, 4B and CD. RGB value is (194,75,205). Sum of RGB (Red+Green+Blue) = 194+75+205=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #C24BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BCD is #3DB432. Grayscale: #7C7C7C. Windows color (decimal): -4043827 or 13454274. OLE color: 13454274.
HSL color Cylindrical-coordinate representation of color #C24BCD: hue angle of 294.92º degrees, saturation: 0.57, 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 #C24BCD is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 75 | 205 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.20 |
| HSL | 294.92º | 0.57% | 0.55% | - |
| HSV(B) | 294.92º | 0.63% | 0.8% | - |
| XYZ | 35.78 | 20.91 | 59.91 | - |
| YUV | 125.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 205 | 0.05 | 0.63 | 0 | 0.20 | 294.92 | 0.57 | 0.55 |
| Hex | C2 | 4B | CD | 5 | 3F | 0 | 14 | 127 | 39 | 37 |
| Octal | 302 | 113 | 315 | 5 | 77 | 0 | 24 | 447 | 71 | 67 |
| Binary | 11000010 | 1001011 | 11001101 | 101 | 111111 | 0 | 10100 | 100100111 | 111001 | 110111 |
Color Harmonies of #C24BCD
Complementary color
Monochromatic Colors of #C24BCD
Black with #C24BCD
Text Example
Text Example
White with #C24BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BCD; }
p { color: rgb(194,75,205); }
H1.HeaderClassName
{
color: #C24BCD;
}
.AnyTagClassName
{
color: #C24BCD;
}
</style>
background-color css
<style>
a { background-color: #C24BCD; }
a { background-color: rgb(194,75,205); }
div.DivClassName
{
background-color: #C24BCD;
}
.BgClassName
{
background-color: #C24BCD;
}
</style>
border-color css
<style>
span { border-color: #C24BCD; }
span { border-color: rgb(194,75,205); }
td.TdClassName
{
border-color: #C24BCD;
}
.TagClassName
{
border-color: #C24BCD;
}
</style>