Shades of Fuchsia #C844BC
Tints of Fuchsia #C844BC
RGB
CMYK
RGB Variations
Color information
#C844BC (or 0xC844BC) is known color: Fuchsia. HEX triplet: C8, 44 and BC. RGB value is (200,68,188). Sum of RGB (Red+Green+Blue) = 200+68+188=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C844BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844BC is #37BB43. Grayscale: #787878. Windows color (decimal): -3652420 or 12338376. OLE color: 12338376.
HSL color Cylindrical-coordinate representation of color #C844BC: hue angle of 305.45º 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 #C844BC is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 188 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.22 |
| HSL | 305.45º | 0.55% | 0.53% | - |
| HSV(B) | 305.45º | 0.66% | 0.78% | - |
| XYZ | 34.96 | 20.04 | 49.6 | - |
| YUV | 121.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 188 | 0 | 0.66 | 0.06 | 0.22 | 305.45 | 0.55 | 0.53 |
| Hex | C8 | 44 | BC | 0 | 42 | 6 | 16 | 131 | 37 | 35 |
| Octal | 310 | 104 | 274 | 0 | 102 | 6 | 26 | 461 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10111100 | 0 | 1000010 | 110 | 10110 | 100110001 | 110111 | 110101 |
Color Harmonies of #C844BC
Complementary color
Monochromatic Colors of #C844BC
Black with #C844BC
Text Example
Text Example
White with #C844BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844BC; }
p { color: rgb(200,68,188); }
H1.HeaderClassName
{
color: #C844BC;
}
.AnyTagClassName
{
color: #C844BC;
}
</style>
background-color css
<style>
a { background-color: #C844BC; }
a { background-color: rgb(200,68,188); }
div.DivClassName
{
background-color: #C844BC;
}
.BgClassName
{
background-color: #C844BC;
}
</style>
border-color css
<style>
span { border-color: #C844BC; }
span { border-color: rgb(200,68,188); }
td.TdClassName
{
border-color: #C844BC;
}
.TagClassName
{
border-color: #C844BC;
}
</style>