Shades of Fuchsia #C24BB2
Tints of Fuchsia #C24BB2
RGB
CMYK
RGB Variations
Color information
#C24BB2 (or 0xC24BB2) is known color: Fuchsia. HEX triplet: C2, 4B and B2. RGB value is (194,75,178). Sum of RGB (Red+Green+Blue) = 194+75+178=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BB2 is #3DB44D. Grayscale: #7A7A7A. Windows color (decimal): -4043854 or 11684802. OLE color: 11684802.
HSL color Cylindrical-coordinate representation of color #C24BB2: hue angle of 308.07º 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 #C24BB2 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 178 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.24 |
| HSL | 308.07º | 0.49% | 0.53% | - |
| HSV(B) | 308.07º | 0.61% | 0.76% | - |
| XYZ | 32.8 | 19.72 | 44.2 | - |
| YUV | 122.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 178 | 0 | 0.61 | 0.08 | 0.24 | 308.07 | 0.49 | 0.53 |
| Hex | C2 | 4B | B2 | 0 | 3D | 8 | 18 | 134 | 31 | 35 |
| Octal | 302 | 113 | 262 | 0 | 75 | 10 | 30 | 464 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10110010 | 0 | 111101 | 1000 | 11000 | 100110100 | 110001 | 110101 |
Color Harmonies of #C24BB2
Complementary color
Monochromatic Colors of #C24BB2
Black with #C24BB2
Text Example
Text Example
White with #C24BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BB2; }
p { color: rgb(194,75,178); }
H1.HeaderClassName
{
color: #C24BB2;
}
.AnyTagClassName
{
color: #C24BB2;
}
</style>
background-color css
<style>
a { background-color: #C24BB2; }
a { background-color: rgb(194,75,178); }
div.DivClassName
{
background-color: #C24BB2;
}
.BgClassName
{
background-color: #C24BB2;
}
</style>
border-color css
<style>
span { border-color: #C24BB2; }
span { border-color: rgb(194,75,178); }
td.TdClassName
{
border-color: #C24BB2;
}
.TagClassName
{
border-color: #C24BB2;
}
</style>