Shades of Fuchsia #C844C9
Tints of Fuchsia #C844C9
RGB
CMYK
RGB Variations
Color information
#C844C9 (or 0xC844C9) is known color: Fuchsia. HEX triplet: C8, 44 and C9. RGB value is (200,68,201). Sum of RGB (Red+Green+Blue) = 200+68+201=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #C844C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844C9 is #37BB36. Grayscale: #7A7A7A. Windows color (decimal): -3652407 or 13190344. OLE color: 13190344.
HSL color Cylindrical-coordinate representation of color #C844C9: hue angle of 299.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C844C9 is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 68 | 201 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.21 |
| HSL | 299.55º | 0.55% | 0.53% | - |
| HSV(B) | 299.55º | 0.66% | 0.79% | - |
| XYZ | 36.43 | 20.63 | 57.32 | - |
| YUV | 122.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 201 | 0.00 | 0.66 | 0 | 0.21 | 299.55 | 0.55 | 0.53 |
| Hex | C8 | 44 | C9 | 0 | 42 | 0 | 15 | 12C | 37 | 35 |
| Octal | 310 | 104 | 311 | 0 | 102 | 0 | 25 | 454 | 67 | 65 |
| Binary | 11001000 | 1000100 | 11001001 | 0 | 1000010 | 0 | 10101 | 100101100 | 110111 | 110101 |
Color Harmonies of #C844C9
Complementary color
Monochromatic Colors of #C844C9
Black with #C844C9
Text Example
Text Example
White with #C844C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844C9; }
p { color: rgb(200,68,201); }
H1.HeaderClassName
{
color: #C844C9;
}
.AnyTagClassName
{
color: #C844C9;
}
</style>
background-color css
<style>
a { background-color: #C844C9; }
a { background-color: rgb(200,68,201); }
div.DivClassName
{
background-color: #C844C9;
}
.BgClassName
{
background-color: #C844C9;
}
</style>
border-color css
<style>
span { border-color: #C844C9; }
span { border-color: rgb(200,68,201); }
td.TdClassName
{
border-color: #C844C9;
}
.TagClassName
{
border-color: #C844C9;
}
</style>