Shades of Fuchsia #C440C2
Tints of Fuchsia #C440C2
RGB
CMYK
RGB Variations
Color information
#C440C2 (or 0xC440C2) is known color: Fuchsia. HEX triplet: C4, 40 and C2. RGB value is (196,64,194). Sum of RGB (Red+Green+Blue) = 196+64+194=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C440C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440C2 is #3BBF3D. Grayscale: #757575. Windows color (decimal): -3915582 or 12730564. OLE color: 12730564.
HSL color Cylindrical-coordinate representation of color #C440C2: hue angle of 300.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C440C2 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 194 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.23 |
| HSL | 300.91º | 0.53% | 0.51% | - |
| HSV(B) | 300.91º | 0.67% | 0.77% | - |
| XYZ | 34.34 | 19.3 | 52.95 | - |
| YUV | 118.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 194 | 0 | 0.67 | 0.01 | 0.23 | 300.91 | 0.53 | 0.51 |
| Hex | C4 | 40 | C2 | 0 | 43 | 1 | 17 | 12D | 35 | 33 |
| Octal | 304 | 100 | 302 | 0 | 103 | 1 | 27 | 455 | 65 | 63 |
| Binary | 11000100 | 1000000 | 11000010 | 0 | 1000011 | 1 | 10111 | 100101101 | 110101 | 110011 |
Color Harmonies of #C440C2
Complementary color
Monochromatic Colors of #C440C2
Black with #C440C2
Text Example
Text Example
White with #C440C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440C2; }
p { color: rgb(196,64,194); }
H1.HeaderClassName
{
color: #C440C2;
}
.AnyTagClassName
{
color: #C440C2;
}
</style>
background-color css
<style>
a { background-color: #C440C2; }
a { background-color: rgb(196,64,194); }
div.DivClassName
{
background-color: #C440C2;
}
.BgClassName
{
background-color: #C440C2;
}
</style>
border-color css
<style>
span { border-color: #C440C2; }
span { border-color: rgb(196,64,194); }
td.TdClassName
{
border-color: #C440C2;
}
.TagClassName
{
border-color: #C440C2;
}
</style>