Shades of Fuchsia #C045BF
Tints of Fuchsia #C045BF
RGB
CMYK
RGB Variations
Color information
#C045BF (or 0xC045BF) is known color: Fuchsia. HEX triplet: C0, 45 and BF. RGB value is (192,69,191). Sum of RGB (Red+Green+Blue) = 192+69+191=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C045BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045BF is #3FBA40. Grayscale: #777777. Windows color (decimal): -4176449 or 12535232. OLE color: 12535232.
HSL color Cylindrical-coordinate representation of color #C045BF: hue angle of 300.49º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045BF is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 191 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.25 |
| HSL | 300.49º | 0.49% | 0.51% | - |
| HSV(B) | 300.49º | 0.64% | 0.75% | - |
| XYZ | 33.27 | 19.22 | 51.25 | - |
| YUV | 119.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 191 | 0 | 0.64 | 0.01 | 0.25 | 300.49 | 0.49 | 0.51 |
| Hex | C0 | 45 | BF | 0 | 40 | 1 | 19 | 12C | 31 | 33 |
| Octal | 300 | 105 | 277 | 0 | 100 | 1 | 31 | 454 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10111111 | 0 | 1000000 | 1 | 11001 | 100101100 | 110001 | 110011 |
Color Harmonies of #C045BF
Complementary color
Monochromatic Colors of #C045BF
Black with #C045BF
Text Example
Text Example
White with #C045BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045BF; }
p { color: rgb(192,69,191); }
H1.HeaderClassName
{
color: #C045BF;
}
.AnyTagClassName
{
color: #C045BF;
}
</style>
background-color css
<style>
a { background-color: #C045BF; }
a { background-color: rgb(192,69,191); }
div.DivClassName
{
background-color: #C045BF;
}
.BgClassName
{
background-color: #C045BF;
}
</style>
border-color css
<style>
span { border-color: #C045BF; }
span { border-color: rgb(192,69,191); }
td.TdClassName
{
border-color: #C045BF;
}
.TagClassName
{
border-color: #C045BF;
}
</style>