Shades of Fuchsia #C456CB
Tints of Fuchsia #C456CB
RGB
CMYK
RGB Variations
Color information
#C456CB (or 0xC456CB) is known color: Fuchsia. HEX triplet: C4, 56 and CB. RGB value is (196,86,203). Sum of RGB (Red+Green+Blue) = 196+86+203=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C456CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456CB is #3BA934. Grayscale: #838383. Windows color (decimal): -3909941 or 13326020. OLE color: 13326020.
HSL color Cylindrical-coordinate representation of color #C456CB: hue angle of 296.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C456CB is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 86 | 203 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.20 |
| HSL | 296.41º | 0.53% | 0.57% | - |
| HSV(B) | 296.41º | 0.58% | 0.8% | - |
| XYZ | 36.87 | 22.7 | 58.94 | - |
| YUV | 132.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 203 | 0.03 | 0.58 | 0 | 0.20 | 296.41 | 0.53 | 0.57 |
| Hex | C4 | 56 | CB | 3 | 3A | 0 | 14 | 128 | 35 | 39 |
| Octal | 304 | 126 | 313 | 3 | 72 | 0 | 24 | 450 | 65 | 71 |
| Binary | 11000100 | 1010110 | 11001011 | 11 | 111010 | 0 | 10100 | 100101000 | 110101 | 111001 |
Color Harmonies of #C456CB
Complementary color
Monochromatic Colors of #C456CB
Black with #C456CB
Text Example
Text Example
White with #C456CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456CB; }
p { color: rgb(196,86,203); }
H1.HeaderClassName
{
color: #C456CB;
}
.AnyTagClassName
{
color: #C456CB;
}
</style>
background-color css
<style>
a { background-color: #C456CB; }
a { background-color: rgb(196,86,203); }
div.DivClassName
{
background-color: #C456CB;
}
.BgClassName
{
background-color: #C456CB;
}
</style>
border-color css
<style>
span { border-color: #C456CB; }
span { border-color: rgb(196,86,203); }
td.TdClassName
{
border-color: #C456CB;
}
.TagClassName
{
border-color: #C456CB;
}
</style>