Shades of Fuchsia #C24BBF
Tints of Fuchsia #C24BBF
RGB
CMYK
RGB Variations
Color information
#C24BBF (or 0xC24BBF) is known color: Fuchsia. HEX triplet: C2, 4B and BF. RGB value is (194,75,191). Sum of RGB (Red+Green+Blue) = 194+75+191=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BBF is #3DB440. Grayscale: #7B7B7B. Windows color (decimal): -4043841 or 12536770. OLE color: 12536770.
HSL color Cylindrical-coordinate representation of color #C24BBF: hue angle of 301.51º 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 #C24BBF is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 191 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.24 |
| HSL | 301.51º | 0.49% | 0.53% | - |
| HSV(B) | 301.51º | 0.61% | 0.76% | - |
| XYZ | 34.17 | 20.26 | 51.4 | - |
| YUV | 123.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 191 | 0 | 0.61 | 0.02 | 0.24 | 301.51 | 0.49 | 0.53 |
| Hex | C2 | 4B | BF | 0 | 3D | 2 | 18 | 12E | 31 | 35 |
| Octal | 302 | 113 | 277 | 0 | 75 | 2 | 30 | 456 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10111111 | 0 | 111101 | 10 | 11000 | 100101110 | 110001 | 110101 |
Color Harmonies of #C24BBF
Complementary color
Monochromatic Colors of #C24BBF
Black with #C24BBF
Text Example
Text Example
White with #C24BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BBF; }
p { color: rgb(194,75,191); }
H1.HeaderClassName
{
color: #C24BBF;
}
.AnyTagClassName
{
color: #C24BBF;
}
</style>
background-color css
<style>
a { background-color: #C24BBF; }
a { background-color: rgb(194,75,191); }
div.DivClassName
{
background-color: #C24BBF;
}
.BgClassName
{
background-color: #C24BBF;
}
</style>
border-color css
<style>
span { border-color: #C24BBF; }
span { border-color: rgb(194,75,191); }
td.TdClassName
{
border-color: #C24BBF;
}
.TagClassName
{
border-color: #C24BBF;
}
</style>