Shades of Fuchsia #C45DBB
Tints of Fuchsia #C45DBB
RGB
CMYK
RGB Variations
Color information
#C45DBB (or 0xC45DBB) is known color: Fuchsia. HEX triplet: C4, 5D and BB. RGB value is (196,93,187). Sum of RGB (Red+Green+Blue) = 196+93+187=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C45DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DBB is #3BA244. Grayscale: #868686. Windows color (decimal): -3908165 or 12279236. OLE color: 12279236.
HSL color Cylindrical-coordinate representation of color #C45DBB: hue angle of 305.24º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45DBB is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 187 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.23 |
| HSL | 305.24º | 0.47% | 0.57% | - |
| HSV(B) | 305.24º | 0.53% | 0.77% | - |
| XYZ | 35.65 | 23.15 | 49.6 | - |
| YUV | 134.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 187 | 0 | 0.53 | 0.05 | 0.23 | 305.24 | 0.47 | 0.57 |
| Hex | C4 | 5D | BB | 0 | 35 | 5 | 17 | 131 | 2F | 39 |
| Octal | 304 | 135 | 273 | 0 | 65 | 5 | 27 | 461 | 57 | 71 |
| Binary | 11000100 | 1011101 | 10111011 | 0 | 110101 | 101 | 10111 | 100110001 | 101111 | 111001 |
Color Harmonies of #C45DBB
Complementary color
Monochromatic Colors of #C45DBB
Black with #C45DBB
Text Example
Text Example
White with #C45DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DBB; }
p { color: rgb(196,93,187); }
H1.HeaderClassName
{
color: #C45DBB;
}
.AnyTagClassName
{
color: #C45DBB;
}
</style>
background-color css
<style>
a { background-color: #C45DBB; }
a { background-color: rgb(196,93,187); }
div.DivClassName
{
background-color: #C45DBB;
}
.BgClassName
{
background-color: #C45DBB;
}
</style>
border-color css
<style>
span { border-color: #C45DBB; }
span { border-color: rgb(196,93,187); }
td.TdClassName
{
border-color: #C45DBB;
}
.TagClassName
{
border-color: #C45DBB;
}
</style>