Shades of Fuchsia #C844CD
Tints of Fuchsia #C844CD
RGB
CMYK
RGB Variations
Color information
#C844CD (or 0xC844CD) is known color: Fuchsia. HEX triplet: C8, 44 and CD. RGB value is (200,68,205). Sum of RGB (Red+Green+Blue) = 200+68+205=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #C844CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844CD is #37BB32. Grayscale: #7A7A7A. Windows color (decimal): -3652403 or 13452488. OLE color: 13452488.
HSL color Cylindrical-coordinate representation of color #C844CD: hue angle of 297.81º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C844CD is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 68 | 205 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.20 |
| HSL | 297.81º | 0.58% | 0.54% | - |
| HSV(B) | 297.81º | 0.67% | 0.8% | - |
| XYZ | 36.91 | 20.82 | 59.83 | - |
| YUV | 123.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 205 | 0.02 | 0.67 | 0 | 0.20 | 297.81 | 0.58 | 0.54 |
| Hex | C8 | 44 | CD | 2 | 43 | 0 | 14 | 12A | 3A | 36 |
| Octal | 310 | 104 | 315 | 2 | 103 | 0 | 24 | 452 | 72 | 66 |
| Binary | 11001000 | 1000100 | 11001101 | 10 | 1000011 | 0 | 10100 | 100101010 | 111010 | 110110 |
Color Harmonies of #C844CD
Complementary color
Monochromatic Colors of #C844CD
Black with #C844CD
Text Example
Text Example
White with #C844CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844CD; }
p { color: rgb(200,68,205); }
H1.HeaderClassName
{
color: #C844CD;
}
.AnyTagClassName
{
color: #C844CD;
}
</style>
background-color css
<style>
a { background-color: #C844CD; }
a { background-color: rgb(200,68,205); }
div.DivClassName
{
background-color: #C844CD;
}
.BgClassName
{
background-color: #C844CD;
}
</style>
border-color css
<style>
span { border-color: #C844CD; }
span { border-color: rgb(200,68,205); }
td.TdClassName
{
border-color: #C844CD;
}
.TagClassName
{
border-color: #C844CD;
}
</style>