Shades of Fuchsia #C452AF
Tints of Fuchsia #C452AF
RGB
CMYK
RGB Variations
Color information
#C452AF (or 0xC452AF) is known color: Fuchsia. HEX triplet: C4, 52 and AF. RGB value is (196,82,175). Sum of RGB (Red+Green+Blue) = 196+82+175=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C452AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452AF is #3BAD50. Grayscale: #7E7E7E. Windows color (decimal): -3910993 or 11489988. OLE color: 11489988.
HSL color Cylindrical-coordinate representation of color #C452AF: hue angle of 311.05º 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 #C452AF is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 175 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.23 |
| HSL | 311.05º | 0.49% | 0.55% | - |
| HSV(B) | 311.05º | 0.58% | 0.77% | - |
| XYZ | 33.52 | 20.87 | 42.82 | - |
| YUV | 126.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 175 | 0 | 0.58 | 0.11 | 0.23 | 311.05 | 0.49 | 0.55 |
| Hex | C4 | 52 | AF | 0 | 3A | B | 17 | 137 | 31 | 37 |
| Octal | 304 | 122 | 257 | 0 | 72 | 13 | 27 | 467 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10101111 | 0 | 111010 | 1011 | 10111 | 100110111 | 110001 | 110111 |
Color Harmonies of #C452AF
Complementary color
Monochromatic Colors of #C452AF
Black with #C452AF
Text Example
Text Example
White with #C452AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452AF; }
p { color: rgb(196,82,175); }
H1.HeaderClassName
{
color: #C452AF;
}
.AnyTagClassName
{
color: #C452AF;
}
</style>
background-color css
<style>
a { background-color: #C452AF; }
a { background-color: rgb(196,82,175); }
div.DivClassName
{
background-color: #C452AF;
}
.BgClassName
{
background-color: #C452AF;
}
</style>
border-color css
<style>
span { border-color: #C452AF; }
span { border-color: rgb(196,82,175); }
td.TdClassName
{
border-color: #C452AF;
}
.TagClassName
{
border-color: #C452AF;
}
</style>