Shades of Fuchsia #C45ABB
Tints of Fuchsia #C45ABB
RGB
CMYK
RGB Variations
Color information
#C45ABB (or 0xC45ABB) is known color: Fuchsia. HEX triplet: C4, 5A and BB. RGB value is (196,90,187). Sum of RGB (Red+Green+Blue) = 196+90+187=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C45ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ABB is #3BA544. Grayscale: #848484. Windows color (decimal): -3908933 or 12278468. OLE color: 12278468.
HSL color Cylindrical-coordinate representation of color #C45ABB: hue angle of 305.09º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45ABB is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 187 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.23 |
| HSL | 305.09º | 0.47% | 0.56% | - |
| HSV(B) | 305.09º | 0.54% | 0.77% | - |
| XYZ | 35.39 | 22.64 | 49.52 | - |
| YUV | 132.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 187 | 0 | 0.54 | 0.05 | 0.23 | 305.09 | 0.47 | 0.56 |
| Hex | C4 | 5A | BB | 0 | 36 | 5 | 17 | 131 | 2F | 38 |
| Octal | 304 | 132 | 273 | 0 | 66 | 5 | 27 | 461 | 57 | 70 |
| Binary | 11000100 | 1011010 | 10111011 | 0 | 110110 | 101 | 10111 | 100110001 | 101111 | 111000 |
Color Harmonies of #C45ABB
Complementary color
Monochromatic Colors of #C45ABB
Black with #C45ABB
Text Example
Text Example
White with #C45ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45ABB; }
p { color: rgb(196,90,187); }
H1.HeaderClassName
{
color: #C45ABB;
}
.AnyTagClassName
{
color: #C45ABB;
}
</style>
background-color css
<style>
a { background-color: #C45ABB; }
a { background-color: rgb(196,90,187); }
div.DivClassName
{
background-color: #C45ABB;
}
.BgClassName
{
background-color: #C45ABB;
}
</style>
border-color css
<style>
span { border-color: #C45ABB; }
span { border-color: rgb(196,90,187); }
td.TdClassName
{
border-color: #C45ABB;
}
.TagClassName
{
border-color: #C45ABB;
}
</style>