Shades of Fuchsia #C844BA
Tints of Fuchsia #C844BA
RGB
CMYK
RGB Variations
Color information
#C844BA (or 0xC844BA) is known color: Fuchsia. HEX triplet: C8, 44 and BA. RGB value is (200,68,186). Sum of RGB (Red+Green+Blue) = 200+68+186=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C844BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844BA is #37BB45. Grayscale: #787878. Windows color (decimal): -3652422 or 12207304. OLE color: 12207304.
HSL color Cylindrical-coordinate representation of color #C844BA: hue angle of 306.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C844BA is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 186 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.22 |
| HSL | 306.36º | 0.55% | 0.53% | - |
| HSV(B) | 306.36º | 0.66% | 0.78% | - |
| XYZ | 34.75 | 19.96 | 48.48 | - |
| YUV | 120.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 186 | 0 | 0.66 | 0.07 | 0.22 | 306.36 | 0.55 | 0.53 |
| Hex | C8 | 44 | BA | 0 | 42 | 7 | 16 | 132 | 37 | 35 |
| Octal | 310 | 104 | 272 | 0 | 102 | 7 | 26 | 462 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10111010 | 0 | 1000010 | 111 | 10110 | 100110010 | 110111 | 110101 |
Color Harmonies of #C844BA
Complementary color
Monochromatic Colors of #C844BA
Black with #C844BA
Text Example
Text Example
White with #C844BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844BA; }
p { color: rgb(200,68,186); }
H1.HeaderClassName
{
color: #C844BA;
}
.AnyTagClassName
{
color: #C844BA;
}
</style>
background-color css
<style>
a { background-color: #C844BA; }
a { background-color: rgb(200,68,186); }
div.DivClassName
{
background-color: #C844BA;
}
.BgClassName
{
background-color: #C844BA;
}
</style>
border-color css
<style>
span { border-color: #C844BA; }
span { border-color: rgb(200,68,186); }
td.TdClassName
{
border-color: #C844BA;
}
.TagClassName
{
border-color: #C844BA;
}
</style>