Shades of Fuchsia #C045BA
Tints of Fuchsia #C045BA
RGB
CMYK
RGB Variations
Color information
#C045BA (or 0xC045BA) is known color: Fuchsia. HEX triplet: C0, 45 and BA. RGB value is (192,69,186). Sum of RGB (Red+Green+Blue) = 192+69+186=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C045BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045BA is #3FBA45. Grayscale: #767676. Windows color (decimal): -4176454 or 12207552. OLE color: 12207552.
HSL color Cylindrical-coordinate representation of color #C045BA: hue angle of 302.93º 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 #C045BA is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 186 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.25 |
| HSL | 302.93º | 0.49% | 0.51% | - |
| HSV(B) | 302.93º | 0.64% | 0.75% | - |
| XYZ | 32.73 | 19.01 | 48.4 | - |
| YUV | 119.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 186 | 0 | 0.64 | 0.03 | 0.25 | 302.93 | 0.49 | 0.51 |
| Hex | C0 | 45 | BA | 0 | 40 | 3 | 19 | 12F | 31 | 33 |
| Octal | 300 | 105 | 272 | 0 | 100 | 3 | 31 | 457 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10111010 | 0 | 1000000 | 11 | 11001 | 100101111 | 110001 | 110011 |
Color Harmonies of #C045BA
Complementary color
Monochromatic Colors of #C045BA
Black with #C045BA
Text Example
Text Example
White with #C045BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045BA; }
p { color: rgb(192,69,186); }
H1.HeaderClassName
{
color: #C045BA;
}
.AnyTagClassName
{
color: #C045BA;
}
</style>
background-color css
<style>
a { background-color: #C045BA; }
a { background-color: rgb(192,69,186); }
div.DivClassName
{
background-color: #C045BA;
}
.BgClassName
{
background-color: #C045BA;
}
</style>
border-color css
<style>
span { border-color: #C045BA; }
span { border-color: rgb(192,69,186); }
td.TdClassName
{
border-color: #C045BA;
}
.TagClassName
{
border-color: #C045BA;
}
</style>