Shades of Fuchsia #C45DBE
Tints of Fuchsia #C45DBE
RGB
CMYK
RGB Variations
Color information
#C45DBE (or 0xC45DBE) is known color: Fuchsia. HEX triplet: C4, 5D and BE. RGB value is (196,93,190). Sum of RGB (Red+Green+Blue) = 196+93+190=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C45DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DBE is #3BA241. Grayscale: #868686. Windows color (decimal): -3908162 or 12475844. OLE color: 12475844.
HSL color Cylindrical-coordinate representation of color #C45DBE: hue angle of 303.5º 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 #C45DBE is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 190 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.23 |
| HSL | 303.5º | 0.47% | 0.57% | - |
| HSV(B) | 303.5º | 0.53% | 0.77% | - |
| XYZ | 35.97 | 23.28 | 51.31 | - |
| YUV | 134.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 190 | 0 | 0.53 | 0.03 | 0.23 | 303.5 | 0.47 | 0.57 |
| Hex | C4 | 5D | BE | 0 | 35 | 3 | 17 | 12F | 2F | 39 |
| Octal | 304 | 135 | 276 | 0 | 65 | 3 | 27 | 457 | 57 | 71 |
| Binary | 11000100 | 1011101 | 10111110 | 0 | 110101 | 11 | 10111 | 100101111 | 101111 | 111001 |
Color Harmonies of #C45DBE
Complementary color
Monochromatic Colors of #C45DBE
Black with #C45DBE
Text Example
Text Example
White with #C45DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DBE; }
p { color: rgb(196,93,190); }
H1.HeaderClassName
{
color: #C45DBE;
}
.AnyTagClassName
{
color: #C45DBE;
}
</style>
background-color css
<style>
a { background-color: #C45DBE; }
a { background-color: rgb(196,93,190); }
div.DivClassName
{
background-color: #C45DBE;
}
.BgClassName
{
background-color: #C45DBE;
}
</style>
border-color css
<style>
span { border-color: #C45DBE; }
span { border-color: rgb(196,93,190); }
td.TdClassName
{
border-color: #C45DBE;
}
.TagClassName
{
border-color: #C45DBE;
}
</style>