Shades of Fuchsia #C240BF
Tints of Fuchsia #C240BF
RGB
CMYK
RGB Variations
Color information
#C240BF (or 0xC240BF) is known color: Fuchsia. HEX triplet: C2, 40 and BF. RGB value is (194,64,191). Sum of RGB (Red+Green+Blue) = 194+64+191=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C240BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240BF is #3DBF40. Grayscale: #747474. Windows color (decimal): -4046657 or 12533954. OLE color: 12533954.
HSL color Cylindrical-coordinate representation of color #C240BF: hue angle of 301.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C240BF is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 191 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.24 |
| HSL | 301.38º | 0.52% | 0.51% | - |
| HSV(B) | 301.38º | 0.67% | 0.76% | - |
| XYZ | 33.49 | 18.9 | 51.17 | - |
| YUV | 117.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 191 | 0 | 0.67 | 0.02 | 0.24 | 301.38 | 0.52 | 0.51 |
| Hex | C2 | 40 | BF | 0 | 43 | 2 | 18 | 12D | 34 | 33 |
| Octal | 302 | 100 | 277 | 0 | 103 | 2 | 30 | 455 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10111111 | 0 | 1000011 | 10 | 11000 | 100101101 | 110100 | 110011 |
Color Harmonies of #C240BF
Complementary color
Monochromatic Colors of #C240BF
Black with #C240BF
Text Example
Text Example
White with #C240BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240BF; }
p { color: rgb(194,64,191); }
H1.HeaderClassName
{
color: #C240BF;
}
.AnyTagClassName
{
color: #C240BF;
}
</style>
background-color css
<style>
a { background-color: #C240BF; }
a { background-color: rgb(194,64,191); }
div.DivClassName
{
background-color: #C240BF;
}
.BgClassName
{
background-color: #C240BF;
}
</style>
border-color css
<style>
span { border-color: #C240BF; }
span { border-color: rgb(194,64,191); }
td.TdClassName
{
border-color: #C240BF;
}
.TagClassName
{
border-color: #C240BF;
}
</style>