Shades of Fuchsia #C24DBD
Tints of Fuchsia #C24DBD
RGB
CMYK
RGB Variations
Color information
#C24DBD (or 0xC24DBD) is known color: Fuchsia. HEX triplet: C2, 4D and BD. RGB value is (194,77,189). Sum of RGB (Red+Green+Blue) = 194+77+189=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DBD is #3DB242. Grayscale: #7C7C7C. Windows color (decimal): -4043331 or 12406210. OLE color: 12406210.
HSL color Cylindrical-coordinate representation of color #C24DBD: hue angle of 302.56º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24DBD is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 189 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.24 |
| HSL | 302.56º | 0.49% | 0.53% | - |
| HSV(B) | 302.56º | 0.6% | 0.76% | - |
| XYZ | 34.09 | 20.45 | 50.29 | - |
| YUV | 124.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 189 | 0 | 0.60 | 0.03 | 0.24 | 302.56 | 0.49 | 0.53 |
| Hex | C2 | 4D | BD | 0 | 3C | 3 | 18 | 12F | 31 | 35 |
| Octal | 302 | 115 | 275 | 0 | 74 | 3 | 30 | 457 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10111101 | 0 | 111100 | 11 | 11000 | 100101111 | 110001 | 110101 |
Color Harmonies of #C24DBD
Complementary color
Monochromatic Colors of #C24DBD
Black with #C24DBD
Text Example
Text Example
White with #C24DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DBD; }
p { color: rgb(194,77,189); }
H1.HeaderClassName
{
color: #C24DBD;
}
.AnyTagClassName
{
color: #C24DBD;
}
</style>
background-color css
<style>
a { background-color: #C24DBD; }
a { background-color: rgb(194,77,189); }
div.DivClassName
{
background-color: #C24DBD;
}
.BgClassName
{
background-color: #C24DBD;
}
</style>
border-color css
<style>
span { border-color: #C24DBD; }
span { border-color: rgb(194,77,189); }
td.TdClassName
{
border-color: #C24DBD;
}
.TagClassName
{
border-color: #C24DBD;
}
</style>