Shades of Fuchsia #C452C5
Tints of Fuchsia #C452C5
RGB
CMYK
RGB Variations
Color information
#C452C5 (or 0xC452C5) is known color: Fuchsia. HEX triplet: C4, 52 and C5. RGB value is (196,82,197). Sum of RGB (Red+Green+Blue) = 196+82+197=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #C452C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452C5 is #3BAD3A. Grayscale: #808080. Windows color (decimal): -3910971 or 12931780. OLE color: 12931780.
HSL color Cylindrical-coordinate representation of color #C452C5: hue angle of 299.48º degrees, saturation: 0.5, 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 #C452C5 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 197 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.23 |
| HSL | 299.48º | 0.5% | 0.55% | - |
| HSV(B) | 299.48º | 0.58% | 0.77% | - |
| XYZ | 35.86 | 21.8 | 55.14 | - |
| YUV | 129.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 197 | 0.01 | 0.58 | 0 | 0.23 | 299.48 | 0.5 | 0.55 |
| Hex | C4 | 52 | C5 | 1 | 3A | 0 | 17 | 12B | 32 | 37 |
| Octal | 304 | 122 | 305 | 1 | 72 | 0 | 27 | 453 | 62 | 67 |
| Binary | 11000100 | 1010010 | 11000101 | 1 | 111010 | 0 | 10111 | 100101011 | 110010 | 110111 |
Color Harmonies of #C452C5
Complementary color
Monochromatic Colors of #C452C5
Black with #C452C5
Text Example
Text Example
White with #C452C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452C5; }
p { color: rgb(196,82,197); }
H1.HeaderClassName
{
color: #C452C5;
}
.AnyTagClassName
{
color: #C452C5;
}
</style>
background-color css
<style>
a { background-color: #C452C5; }
a { background-color: rgb(196,82,197); }
div.DivClassName
{
background-color: #C452C5;
}
.BgClassName
{
background-color: #C452C5;
}
</style>
border-color css
<style>
span { border-color: #C452C5; }
span { border-color: rgb(196,82,197); }
td.TdClassName
{
border-color: #C452C5;
}
.TagClassName
{
border-color: #C452C5;
}
</style>