Shades of Fuchsia #C844C7
Tints of Fuchsia #C844C7
RGB
CMYK
RGB Variations
Color information
#C844C7 (or 0xC844C7) is known color: Fuchsia. HEX triplet: C8, 44 and C7. RGB value is (200,68,199). Sum of RGB (Red+Green+Blue) = 200+68+199=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C844C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844C7 is #37BB38. Grayscale: #7A7A7A. Windows color (decimal): -3652409 or 13059272. OLE color: 13059272.
HSL color Cylindrical-coordinate representation of color #C844C7: hue angle of 300.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 #C844C7 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 199 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.22 |
| HSL | 300.45º | 0.55% | 0.53% | - |
| HSV(B) | 300.45º | 0.66% | 0.78% | - |
| XYZ | 36.2 | 20.54 | 56.09 | - |
| YUV | 122.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 199 | 0 | 0.66 | 0.00 | 0.22 | 300.45 | 0.55 | 0.53 |
| Hex | C8 | 44 | C7 | 0 | 42 | 0 | 16 | 12C | 37 | 35 |
| Octal | 310 | 104 | 307 | 0 | 102 | 0 | 26 | 454 | 67 | 65 |
| Binary | 11001000 | 1000100 | 11000111 | 0 | 1000010 | 0 | 10110 | 100101100 | 110111 | 110101 |
Color Harmonies of #C844C7
Complementary color
Monochromatic Colors of #C844C7
Black with #C844C7
Text Example
Text Example
White with #C844C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844C7; }
p { color: rgb(200,68,199); }
H1.HeaderClassName
{
color: #C844C7;
}
.AnyTagClassName
{
color: #C844C7;
}
</style>
background-color css
<style>
a { background-color: #C844C7; }
a { background-color: rgb(200,68,199); }
div.DivClassName
{
background-color: #C844C7;
}
.BgClassName
{
background-color: #C844C7;
}
</style>
border-color css
<style>
span { border-color: #C844C7; }
span { border-color: rgb(200,68,199); }
td.TdClassName
{
border-color: #C844C7;
}
.TagClassName
{
border-color: #C844C7;
}
</style>