Shades of Fuchsia #C440CF
Tints of Fuchsia #C440CF
RGB
CMYK
RGB Variations
Color information
#C440CF (or 0xC440CF) is known color: Fuchsia. HEX triplet: C4, 40 and CF. RGB value is (196,64,207). Sum of RGB (Red+Green+Blue) = 196+64+207=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #C440CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440CF is #3BBF30. Grayscale: #777777. Windows color (decimal): -3915569 or 13582532. OLE color: 13582532.
HSL color Cylindrical-coordinate representation of color #C440CF: hue angle of 295.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C440CF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 64 | 207 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.19 |
| HSL | 295.38º | 0.6% | 0.53% | - |
| HSV(B) | 295.38º | 0.69% | 0.81% | - |
| XYZ | 35.86 | 19.91 | 60.98 | - |
| YUV | 119.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 207 | 0.05 | 0.69 | 0 | 0.19 | 295.38 | 0.6 | 0.53 |
| Hex | C4 | 40 | CF | 5 | 45 | 0 | 13 | 127 | 3C | 35 |
| Octal | 304 | 100 | 317 | 5 | 105 | 0 | 23 | 447 | 74 | 65 |
| Binary | 11000100 | 1000000 | 11001111 | 101 | 1000101 | 0 | 10011 | 100100111 | 111100 | 110101 |
Color Harmonies of #C440CF
Complementary color
Monochromatic Colors of #C440CF
Black with #C440CF
Text Example
Text Example
White with #C440CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440CF; }
p { color: rgb(196,64,207); }
H1.HeaderClassName
{
color: #C440CF;
}
.AnyTagClassName
{
color: #C440CF;
}
</style>
background-color css
<style>
a { background-color: #C440CF; }
a { background-color: rgb(196,64,207); }
div.DivClassName
{
background-color: #C440CF;
}
.BgClassName
{
background-color: #C440CF;
}
</style>
border-color css
<style>
span { border-color: #C440CF; }
span { border-color: rgb(196,64,207); }
td.TdClassName
{
border-color: #C440CF;
}
.TagClassName
{
border-color: #C440CF;
}
</style>