Shades of Fuchsia #C944CD
Tints of Fuchsia #C944CD
RGB
CMYK
RGB Variations
Color information
#C944CD (or 0xC944CD) is known color: Fuchsia. HEX triplet: C9, 44 and CD. RGB value is (201,68,205). Sum of RGB (Red+Green+Blue) = 201+68+205=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #C944CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944CD is #36BB32. Grayscale: #7A7A7A. Windows color (decimal): -3586867 or 13452489. OLE color: 13452489.
HSL color Cylindrical-coordinate representation of color #C944CD: hue angle of 298.25º 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 #C944CD is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 68 | 205 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.20 |
| HSL | 298.25º | 0.58% | 0.54% | - |
| HSV(B) | 298.25º | 0.67% | 0.8% | - |
| XYZ | 37.17 | 20.96 | 59.84 | - |
| YUV | 123.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 205 | 0.02 | 0.67 | 0 | 0.20 | 298.25 | 0.58 | 0.54 |
| Hex | C9 | 44 | CD | 2 | 43 | 0 | 14 | 12A | 3A | 36 |
| Octal | 311 | 104 | 315 | 2 | 103 | 0 | 24 | 452 | 72 | 66 |
| Binary | 11001001 | 1000100 | 11001101 | 10 | 1000011 | 0 | 10100 | 100101010 | 111010 | 110110 |
Color Harmonies of #C944CD
Complementary color
Monochromatic Colors of #C944CD
Black with #C944CD
Text Example
Text Example
White with #C944CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944CD; }
p { color: rgb(201,68,205); }
H1.HeaderClassName
{
color: #C944CD;
}
.AnyTagClassName
{
color: #C944CD;
}
</style>
background-color css
<style>
a { background-color: #C944CD; }
a { background-color: rgb(201,68,205); }
div.DivClassName
{
background-color: #C944CD;
}
.BgClassName
{
background-color: #C944CD;
}
</style>
border-color css
<style>
span { border-color: #C944CD; }
span { border-color: rgb(201,68,205); }
td.TdClassName
{
border-color: #C944CD;
}
.TagClassName
{
border-color: #C944CD;
}
</style>