Shades of Fuchsia #C452B9
Tints of Fuchsia #C452B9
RGB
CMYK
RGB Variations
Color information
#C452B9 (or 0xC452B9) is known color: Fuchsia. HEX triplet: C4, 52 and B9. RGB value is (196,82,185). Sum of RGB (Red+Green+Blue) = 196+82+185=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C452B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452B9 is #3BAD46. Grayscale: #7F7F7F. Windows color (decimal): -3910983 or 12145348. OLE color: 12145348.
HSL color Cylindrical-coordinate representation of color #C452B9: hue angle of 305.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C452B9 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 185 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.23 |
| HSL | 305.79º | 0.49% | 0.55% | - |
| HSV(B) | 305.79º | 0.58% | 0.77% | - |
| XYZ | 34.54 | 21.27 | 48.18 | - |
| YUV | 127.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 185 | 0 | 0.58 | 0.06 | 0.23 | 305.79 | 0.49 | 0.55 |
| Hex | C4 | 52 | B9 | 0 | 3A | 6 | 17 | 132 | 31 | 37 |
| Octal | 304 | 122 | 271 | 0 | 72 | 6 | 27 | 462 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10111001 | 0 | 111010 | 110 | 10111 | 100110010 | 110001 | 110111 |
Color Harmonies of #C452B9
Complementary color
Monochromatic Colors of #C452B9
Black with #C452B9
Text Example
Text Example
White with #C452B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452B9; }
p { color: rgb(196,82,185); }
H1.HeaderClassName
{
color: #C452B9;
}
.AnyTagClassName
{
color: #C452B9;
}
</style>
background-color css
<style>
a { background-color: #C452B9; }
a { background-color: rgb(196,82,185); }
div.DivClassName
{
background-color: #C452B9;
}
.BgClassName
{
background-color: #C452B9;
}
</style>
border-color css
<style>
span { border-color: #C452B9; }
span { border-color: rgb(196,82,185); }
td.TdClassName
{
border-color: #C452B9;
}
.TagClassName
{
border-color: #C452B9;
}
</style>