Shades of Fuchsia #C45DCB
Tints of Fuchsia #C45DCB
RGB
CMYK
RGB Variations
Color information
#C45DCB (or 0xC45DCB) is known color: Fuchsia. HEX triplet: C4, 5D and CB. RGB value is (196,93,203). Sum of RGB (Red+Green+Blue) = 196+93+203=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #C45DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DCB is #3BA234. Grayscale: #888888. Windows color (decimal): -3908149 or 13327812. OLE color: 13327812.
HSL color Cylindrical-coordinate representation of color #C45DCB: hue angle of 296.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45DCB is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 93 | 203 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.20 |
| HSL | 296.18º | 0.51% | 0.58% | - |
| HSV(B) | 296.18º | 0.54% | 0.8% | - |
| XYZ | 37.46 | 23.88 | 59.13 | - |
| YUV | 136.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 203 | 0.03 | 0.54 | 0 | 0.20 | 296.18 | 0.51 | 0.58 |
| Hex | C4 | 5D | CB | 3 | 36 | 0 | 14 | 128 | 33 | 3A |
| Octal | 304 | 135 | 313 | 3 | 66 | 0 | 24 | 450 | 63 | 72 |
| Binary | 11000100 | 1011101 | 11001011 | 11 | 110110 | 0 | 10100 | 100101000 | 110011 | 111010 |
Color Harmonies of #C45DCB
Complementary color
Monochromatic Colors of #C45DCB
Black with #C45DCB
Text Example
Text Example
White with #C45DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DCB; }
p { color: rgb(196,93,203); }
H1.HeaderClassName
{
color: #C45DCB;
}
.AnyTagClassName
{
color: #C45DCB;
}
</style>
background-color css
<style>
a { background-color: #C45DCB; }
a { background-color: rgb(196,93,203); }
div.DivClassName
{
background-color: #C45DCB;
}
.BgClassName
{
background-color: #C45DCB;
}
</style>
border-color css
<style>
span { border-color: #C45DCB; }
span { border-color: rgb(196,93,203); }
td.TdClassName
{
border-color: #C45DCB;
}
.TagClassName
{
border-color: #C45DCB;
}
</style>