Shades of Fuchsia #C24BB5
Tints of Fuchsia #C24BB5
RGB
CMYK
RGB Variations
Color information
#C24BB5 (or 0xC24BB5) is known color: Fuchsia. HEX triplet: C2, 4B and B5. RGB value is (194,75,181). Sum of RGB (Red+Green+Blue) = 194+75+181=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BB5 is #3DB44A. Grayscale: #7A7A7A. Windows color (decimal): -4043851 or 11881410. OLE color: 11881410.
HSL color Cylindrical-coordinate representation of color #C24BB5: hue angle of 306.55º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24BB5 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 181 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.24 |
| HSL | 306.55º | 0.49% | 0.53% | - |
| HSV(B) | 306.55º | 0.61% | 0.76% | - |
| XYZ | 33.1 | 19.84 | 45.8 | - |
| YUV | 122.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 181 | 0 | 0.61 | 0.07 | 0.24 | 306.55 | 0.49 | 0.53 |
| Hex | C2 | 4B | B5 | 0 | 3D | 7 | 18 | 133 | 31 | 35 |
| Octal | 302 | 113 | 265 | 0 | 75 | 7 | 30 | 463 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10110101 | 0 | 111101 | 111 | 11000 | 100110011 | 110001 | 110101 |
Color Harmonies of #C24BB5
Complementary color
Monochromatic Colors of #C24BB5
Black with #C24BB5
Text Example
Text Example
White with #C24BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BB5; }
p { color: rgb(194,75,181); }
H1.HeaderClassName
{
color: #C24BB5;
}
.AnyTagClassName
{
color: #C24BB5;
}
</style>
background-color css
<style>
a { background-color: #C24BB5; }
a { background-color: rgb(194,75,181); }
div.DivClassName
{
background-color: #C24BB5;
}
.BgClassName
{
background-color: #C24BB5;
}
</style>
border-color css
<style>
span { border-color: #C24BB5; }
span { border-color: rgb(194,75,181); }
td.TdClassName
{
border-color: #C24BB5;
}
.TagClassName
{
border-color: #C24BB5;
}
</style>