Shades of Fuchsia #C452B8
Tints of Fuchsia #C452B8
RGB
CMYK
RGB Variations
Color information
#C452B8 (or 0xC452B8) is known color: Fuchsia. HEX triplet: C4, 52 and B8. RGB value is (196,82,184). Sum of RGB (Red+Green+Blue) = 196+82+184=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C452B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452B8 is #3BAD47. Grayscale: #7F7F7F. Windows color (decimal): -3910984 or 12079812. OLE color: 12079812.
HSL color Cylindrical-coordinate representation of color #C452B8: hue angle of 306.32º 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 #C452B8 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 184 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.23 |
| HSL | 306.32º | 0.49% | 0.55% | - |
| HSV(B) | 306.32º | 0.58% | 0.77% | - |
| XYZ | 34.43 | 21.23 | 47.63 | - |
| YUV | 127.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 184 | 0 | 0.58 | 0.06 | 0.23 | 306.32 | 0.49 | 0.55 |
| Hex | C4 | 52 | B8 | 0 | 3A | 6 | 17 | 132 | 31 | 37 |
| Octal | 304 | 122 | 270 | 0 | 72 | 6 | 27 | 462 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10111000 | 0 | 111010 | 110 | 10111 | 100110010 | 110001 | 110111 |
Color Harmonies of #C452B8
Complementary color
Monochromatic Colors of #C452B8
Black with #C452B8
Text Example
Text Example
White with #C452B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452B8; }
p { color: rgb(196,82,184); }
H1.HeaderClassName
{
color: #C452B8;
}
.AnyTagClassName
{
color: #C452B8;
}
</style>
background-color css
<style>
a { background-color: #C452B8; }
a { background-color: rgb(196,82,184); }
div.DivClassName
{
background-color: #C452B8;
}
.BgClassName
{
background-color: #C452B8;
}
</style>
border-color css
<style>
span { border-color: #C452B8; }
span { border-color: rgb(196,82,184); }
td.TdClassName
{
border-color: #C452B8;
}
.TagClassName
{
border-color: #C452B8;
}
</style>