Shades of Fuchsia #C940C9
Tints of Fuchsia #C940C9
RGB
CMYK
RGB Variations
Color information
#C940C9 (or 0xC940C9) is known color: Fuchsia. HEX triplet: C9, 40 and C9. RGB value is (201,64,201). Sum of RGB (Red+Green+Blue) = 201+64+201=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C940C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940C9 is #36BF36. Grayscale: #787878. Windows color (decimal): -3587895 or 13189321. OLE color: 13189321.
HSL color Cylindrical-coordinate representation of color #C940C9: hue angle of 300º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C940C9 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 201 | - |
| CMYK | 0 | 0.68 | 0 | 0.21 |
| HSL | 300º | 0.56% | 0.52% | - |
| HSV(B) | 300º | 0.68% | 0.79% | - |
| XYZ | 36.46 | 20.3 | 57.26 | - |
| YUV | 120.58 | 173.39 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 201 | 0 | 0.68 | 0 | 0.21 | 300 | 0.56 | 0.52 |
| Hex | C9 | 40 | C9 | 0 | 44 | 0 | 15 | 12C | 38 | 34 |
| Octal | 311 | 100 | 311 | 0 | 104 | 0 | 25 | 454 | 70 | 64 |
| Binary | 11001001 | 1000000 | 11001001 | 0 | 1000100 | 0 | 10101 | 100101100 | 111000 | 110100 |
Color Harmonies of #C940C9
Complementary color
Monochromatic Colors of #C940C9
Black with #C940C9
Text Example
Text Example
White with #C940C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940C9; }
p { color: rgb(201,64,201); }
H1.HeaderClassName
{
color: #C940C9;
}
.AnyTagClassName
{
color: #C940C9;
}
</style>
background-color css
<style>
a { background-color: #C940C9; }
a { background-color: rgb(201,64,201); }
div.DivClassName
{
background-color: #C940C9;
}
.BgClassName
{
background-color: #C940C9;
}
</style>
border-color css
<style>
span { border-color: #C940C9; }
span { border-color: rgb(201,64,201); }
td.TdClassName
{
border-color: #C940C9;
}
.TagClassName
{
border-color: #C940C9;
}
</style>