Shades of Fuchsia #C440CB
Tints of Fuchsia #C440CB
RGB
CMYK
RGB Variations
Color information
#C440CB (or 0xC440CB) is known color: Fuchsia. HEX triplet: C4, 40 and CB. RGB value is (196,64,203). Sum of RGB (Red+Green+Blue) = 196+64+203=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #C440CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440CB is #3BBF34. Grayscale: #767676. Windows color (decimal): -3915573 or 13320388. OLE color: 13320388.
HSL color Cylindrical-coordinate representation of color #C440CB: hue angle of 296.98º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C440CB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 64 | 203 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.20 |
| HSL | 296.98º | 0.57% | 0.52% | - |
| HSV(B) | 296.98º | 0.68% | 0.8% | - |
| XYZ | 35.38 | 19.71 | 58.44 | - |
| YUV | 119.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 203 | 0.03 | 0.68 | 0 | 0.20 | 296.98 | 0.57 | 0.52 |
| Hex | C4 | 40 | CB | 3 | 44 | 0 | 14 | 129 | 39 | 34 |
| Octal | 304 | 100 | 313 | 3 | 104 | 0 | 24 | 451 | 71 | 64 |
| Binary | 11000100 | 1000000 | 11001011 | 11 | 1000100 | 0 | 10100 | 100101001 | 111001 | 110100 |
Color Harmonies of #C440CB
Complementary color
Monochromatic Colors of #C440CB
Black with #C440CB
Text Example
Text Example
White with #C440CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440CB; }
p { color: rgb(196,64,203); }
H1.HeaderClassName
{
color: #C440CB;
}
.AnyTagClassName
{
color: #C440CB;
}
</style>
background-color css
<style>
a { background-color: #C440CB; }
a { background-color: rgb(196,64,203); }
div.DivClassName
{
background-color: #C440CB;
}
.BgClassName
{
background-color: #C440CB;
}
</style>
border-color css
<style>
span { border-color: #C440CB; }
span { border-color: rgb(196,64,203); }
td.TdClassName
{
border-color: #C440CB;
}
.TagClassName
{
border-color: #C440CB;
}
</style>