Shades of Fuchsia #C24CBB
Tints of Fuchsia #C24CBB
RGB
CMYK
RGB Variations
Color information
#C24CBB (or 0xC24CBB) is known color: Fuchsia. HEX triplet: C2, 4C and BB. RGB value is (194,76,187). Sum of RGB (Red+Green+Blue) = 194+76+187=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CBB is #3DB344. Grayscale: #7B7B7B. Windows color (decimal): -4043589 or 12274882. OLE color: 12274882.
HSL color Cylindrical-coordinate representation of color #C24CBB: hue angle of 303.56º 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 #C24CBB is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 187 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.24 |
| HSL | 303.56º | 0.49% | 0.53% | - |
| HSV(B) | 303.56º | 0.61% | 0.76% | - |
| XYZ | 33.8 | 20.23 | 49.14 | - |
| YUV | 123.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 187 | 0 | 0.61 | 0.04 | 0.24 | 303.56 | 0.49 | 0.53 |
| Hex | C2 | 4C | BB | 0 | 3D | 4 | 18 | 130 | 31 | 35 |
| Octal | 302 | 114 | 273 | 0 | 75 | 4 | 30 | 460 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10111011 | 0 | 111101 | 100 | 11000 | 100110000 | 110001 | 110101 |
Color Harmonies of #C24CBB
Complementary color
Monochromatic Colors of #C24CBB
Black with #C24CBB
Text Example
Text Example
White with #C24CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CBB; }
p { color: rgb(194,76,187); }
H1.HeaderClassName
{
color: #C24CBB;
}
.AnyTagClassName
{
color: #C24CBB;
}
</style>
background-color css
<style>
a { background-color: #C24CBB; }
a { background-color: rgb(194,76,187); }
div.DivClassName
{
background-color: #C24CBB;
}
.BgClassName
{
background-color: #C24CBB;
}
</style>
border-color css
<style>
span { border-color: #C24CBB; }
span { border-color: rgb(194,76,187); }
td.TdClassName
{
border-color: #C24CBB;
}
.TagClassName
{
border-color: #C24CBB;
}
</style>