Shades of Fuchsia #C245BF
Tints of Fuchsia #C245BF
RGB
CMYK
RGB Variations
Color information
#C245BF (or 0xC245BF) is known color: Fuchsia. HEX triplet: C2, 45 and BF. RGB value is (194,69,191). Sum of RGB (Red+Green+Blue) = 194+69+191=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C245BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245BF is #3DBA40. Grayscale: #777777. Windows color (decimal): -4045377 or 12535234. OLE color: 12535234.
HSL color Cylindrical-coordinate representation of color #C245BF: hue angle of 301.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C245BF is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 191 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.24 |
| HSL | 301.44º | 0.51% | 0.52% | - |
| HSV(B) | 301.44º | 0.64% | 0.76% | - |
| XYZ | 33.78 | 19.49 | 51.27 | - |
| YUV | 120.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 191 | 0 | 0.64 | 0.02 | 0.24 | 301.44 | 0.51 | 0.52 |
| Hex | C2 | 45 | BF | 0 | 40 | 2 | 18 | 12D | 33 | 34 |
| Octal | 302 | 105 | 277 | 0 | 100 | 2 | 30 | 455 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10111111 | 0 | 1000000 | 10 | 11000 | 100101101 | 110011 | 110100 |
Color Harmonies of #C245BF
Complementary color
Monochromatic Colors of #C245BF
Black with #C245BF
Text Example
Text Example
White with #C245BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245BF; }
p { color: rgb(194,69,191); }
H1.HeaderClassName
{
color: #C245BF;
}
.AnyTagClassName
{
color: #C245BF;
}
</style>
background-color css
<style>
a { background-color: #C245BF; }
a { background-color: rgb(194,69,191); }
div.DivClassName
{
background-color: #C245BF;
}
.BgClassName
{
background-color: #C245BF;
}
</style>
border-color css
<style>
span { border-color: #C245BF; }
span { border-color: rgb(194,69,191); }
td.TdClassName
{
border-color: #C245BF;
}
.TagClassName
{
border-color: #C245BF;
}
</style>