Shades of Fuchsia #C844CF
Tints of Fuchsia #C844CF
RGB
CMYK
RGB Variations
Color information
#C844CF (or 0xC844CF) is known color: Fuchsia. HEX triplet: C8, 44 and CF. RGB value is (200,68,207). Sum of RGB (Red+Green+Blue) = 200+68+207=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #C844CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844CF is #37BB30. Grayscale: #7A7A7A. Windows color (decimal): -3652401 or 13583560. OLE color: 13583560.
HSL color Cylindrical-coordinate representation of color #C844CF: hue angle of 296.98º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C844CF is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 68 | 207 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.19 |
| HSL | 296.98º | 0.59% | 0.54% | - |
| HSV(B) | 296.98º | 0.67% | 0.81% | - |
| XYZ | 37.15 | 20.92 | 61.11 | - |
| YUV | 123.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 207 | 0.03 | 0.67 | 0 | 0.19 | 296.98 | 0.59 | 0.54 |
| Hex | C8 | 44 | CF | 3 | 43 | 0 | 13 | 129 | 3B | 36 |
| Octal | 310 | 104 | 317 | 3 | 103 | 0 | 23 | 451 | 73 | 66 |
| Binary | 11001000 | 1000100 | 11001111 | 11 | 1000011 | 0 | 10011 | 100101001 | 111011 | 110110 |
Color Harmonies of #C844CF
Complementary color
Monochromatic Colors of #C844CF
Black with #C844CF
Text Example
Text Example
White with #C844CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844CF; }
p { color: rgb(200,68,207); }
H1.HeaderClassName
{
color: #C844CF;
}
.AnyTagClassName
{
color: #C844CF;
}
</style>
background-color css
<style>
a { background-color: #C844CF; }
a { background-color: rgb(200,68,207); }
div.DivClassName
{
background-color: #C844CF;
}
.BgClassName
{
background-color: #C844CF;
}
</style>
border-color css
<style>
span { border-color: #C844CF; }
span { border-color: rgb(200,68,207); }
td.TdClassName
{
border-color: #C844CF;
}
.TagClassName
{
border-color: #C844CF;
}
</style>