Shades of Fuchsia #C845B0
Tints of Fuchsia #C845B0
RGB
CMYK
RGB Variations
Color information
#C845B0 (or 0xC845B0) is known color: Fuchsia. HEX triplet: C8, 45 and B0. RGB value is (200,69,176). Sum of RGB (Red+Green+Blue) = 200+69+176=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C845B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845B0 is #37BA4F. Grayscale: #787878. Windows color (decimal): -3652176 or 11552200. OLE color: 11552200.
HSL color Cylindrical-coordinate representation of color #C845B0: hue angle of 310.99º 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 #C845B0 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 176 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.22 |
| HSL | 310.99º | 0.54% | 0.53% | - |
| HSV(B) | 310.99º | 0.66% | 0.78% | - |
| XYZ | 33.78 | 19.67 | 43.09 | - |
| YUV | 120.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 176 | 0 | 0.66 | 0.12 | 0.22 | 310.99 | 0.54 | 0.53 |
| Hex | C8 | 45 | B0 | 0 | 42 | C | 16 | 137 | 36 | 35 |
| Octal | 310 | 105 | 260 | 0 | 102 | 14 | 26 | 467 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10110000 | 0 | 1000010 | 1100 | 10110 | 100110111 | 110110 | 110101 |
Color Harmonies of #C845B0
Complementary color
Monochromatic Colors of #C845B0
Black with #C845B0
Text Example
Text Example
White with #C845B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845B0; }
p { color: rgb(200,69,176); }
H1.HeaderClassName
{
color: #C845B0;
}
.AnyTagClassName
{
color: #C845B0;
}
</style>
background-color css
<style>
a { background-color: #C845B0; }
a { background-color: rgb(200,69,176); }
div.DivClassName
{
background-color: #C845B0;
}
.BgClassName
{
background-color: #C845B0;
}
</style>
border-color css
<style>
span { border-color: #C845B0; }
span { border-color: rgb(200,69,176); }
td.TdClassName
{
border-color: #C845B0;
}
.TagClassName
{
border-color: #C845B0;
}
</style>