Shades of Fuchsia #C440B2
Tints of Fuchsia #C440B2
RGB
CMYK
RGB Variations
Color information
#C440B2 (or 0xC440B2) is known color: Fuchsia. HEX triplet: C4, 40 and B2. RGB value is (196,64,178). Sum of RGB (Red+Green+Blue) = 196+64+178=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C440B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440B2 is #3BBF4D. Grayscale: #747474. Windows color (decimal): -3915598 or 11681988. OLE color: 11681988.
HSL color Cylindrical-coordinate representation of color #C440B2: hue angle of 308.18º 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 #C440B2 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 178 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.23 |
| HSL | 308.18º | 0.53% | 0.51% | - |
| HSV(B) | 308.18º | 0.67% | 0.77% | - |
| XYZ | 32.63 | 18.62 | 43.99 | - |
| YUV | 116.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 178 | 0 | 0.67 | 0.09 | 0.23 | 308.18 | 0.53 | 0.51 |
| Hex | C4 | 40 | B2 | 0 | 43 | 9 | 17 | 134 | 35 | 33 |
| Octal | 304 | 100 | 262 | 0 | 103 | 11 | 27 | 464 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10110010 | 0 | 1000011 | 1001 | 10111 | 100110100 | 110101 | 110011 |
Color Harmonies of #C440B2
Complementary color
Monochromatic Colors of #C440B2
Black with #C440B2
Text Example
Text Example
White with #C440B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440B2; }
p { color: rgb(196,64,178); }
H1.HeaderClassName
{
color: #C440B2;
}
.AnyTagClassName
{
color: #C440B2;
}
</style>
background-color css
<style>
a { background-color: #C440B2; }
a { background-color: rgb(196,64,178); }
div.DivClassName
{
background-color: #C440B2;
}
.BgClassName
{
background-color: #C440B2;
}
</style>
border-color css
<style>
span { border-color: #C440B2; }
span { border-color: rgb(196,64,178); }
td.TdClassName
{
border-color: #C440B2;
}
.TagClassName
{
border-color: #C440B2;
}
</style>