Shades of Fuchsia #C844B0
Tints of Fuchsia #C844B0
RGB
CMYK
RGB Variations
Color information
#C844B0 (or 0xC844B0) is known color: Fuchsia. HEX triplet: C8, 44 and B0. RGB value is (200,68,176). Sum of RGB (Red+Green+Blue) = 200+68+176=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C844B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C844B0 is #37BB4F. Grayscale: #777777. Windows color (decimal): -3652432 or 11551944. OLE color: 11551944.
HSL color Cylindrical-coordinate representation of color #C844B0: hue angle of 310.91º 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 #C844B0 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 176 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.22 |
| HSL | 310.91º | 0.55% | 0.53% | - |
| HSV(B) | 310.91º | 0.66% | 0.78% | - |
| XYZ | 33.72 | 19.55 | 43.07 | - |
| YUV | 119.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 176 | 0 | 0.66 | 0.12 | 0.22 | 310.91 | 0.55 | 0.53 |
| Hex | C8 | 44 | B0 | 0 | 42 | C | 16 | 137 | 37 | 35 |
| Octal | 310 | 104 | 260 | 0 | 102 | 14 | 26 | 467 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10110000 | 0 | 1000010 | 1100 | 10110 | 100110111 | 110111 | 110101 |
Color Harmonies of #C844B0
Complementary color
Monochromatic Colors of #C844B0
Black with #C844B0
Text Example
Text Example
White with #C844B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844B0; }
p { color: rgb(200,68,176); }
H1.HeaderClassName
{
color: #C844B0;
}
.AnyTagClassName
{
color: #C844B0;
}
</style>
background-color css
<style>
a { background-color: #C844B0; }
a { background-color: rgb(200,68,176); }
div.DivClassName
{
background-color: #C844B0;
}
.BgClassName
{
background-color: #C844B0;
}
</style>
border-color css
<style>
span { border-color: #C844B0; }
span { border-color: rgb(200,68,176); }
td.TdClassName
{
border-color: #C844B0;
}
.TagClassName
{
border-color: #C844B0;
}
</style>