Shades of Fuchsia #C845BF
Tints of Fuchsia #C845BF
RGB
CMYK
RGB Variations
Color information
#C845BF (or 0xC845BF) is known color: Fuchsia. HEX triplet: C8, 45 and BF. RGB value is (200,69,191). Sum of RGB (Red+Green+Blue) = 200+69+191=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C845BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845BF is #37BA40. Grayscale: #797979. Windows color (decimal): -3652161 or 12535240. OLE color: 12535240.
HSL color Cylindrical-coordinate representation of color #C845BF: hue angle of 304.12º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C845BF is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 191 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.22 |
| HSL | 304.12º | 0.54% | 0.53% | - |
| HSV(B) | 304.12º | 0.66% | 0.78% | - |
| XYZ | 35.35 | 20.3 | 51.34 | - |
| YUV | 122.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 191 | 0 | 0.66 | 0.04 | 0.22 | 304.12 | 0.54 | 0.53 |
| Hex | C8 | 45 | BF | 0 | 42 | 4 | 16 | 130 | 36 | 35 |
| Octal | 310 | 105 | 277 | 0 | 102 | 4 | 26 | 460 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10111111 | 0 | 1000010 | 100 | 10110 | 100110000 | 110110 | 110101 |
Color Harmonies of #C845BF
Complementary color
Monochromatic Colors of #C845BF
Black with #C845BF
Text Example
Text Example
White with #C845BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845BF; }
p { color: rgb(200,69,191); }
H1.HeaderClassName
{
color: #C845BF;
}
.AnyTagClassName
{
color: #C845BF;
}
</style>
background-color css
<style>
a { background-color: #C845BF; }
a { background-color: rgb(200,69,191); }
div.DivClassName
{
background-color: #C845BF;
}
.BgClassName
{
background-color: #C845BF;
}
</style>
border-color css
<style>
span { border-color: #C845BF; }
span { border-color: rgb(200,69,191); }
td.TdClassName
{
border-color: #C845BF;
}
.TagClassName
{
border-color: #C845BF;
}
</style>