Shades of Fuchsia #C452B0
Tints of Fuchsia #C452B0
RGB
CMYK
RGB Variations
Color information
#C452B0 (or 0xC452B0) is known color: Fuchsia. HEX triplet: C4, 52 and B0. RGB value is (196,82,176). Sum of RGB (Red+Green+Blue) = 196+82+176=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C452B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452B0 is #3BAD4F. Grayscale: #7E7E7E. Windows color (decimal): -3910992 or 11555524. OLE color: 11555524.
HSL color Cylindrical-coordinate representation of color #C452B0: hue angle of 310.53º 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 #C452B0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 176 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.23 |
| HSL | 310.53º | 0.49% | 0.55% | - |
| HSV(B) | 310.53º | 0.58% | 0.77% | - |
| XYZ | 33.62 | 20.9 | 43.34 | - |
| YUV | 126.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 176 | 0 | 0.58 | 0.10 | 0.23 | 310.53 | 0.49 | 0.55 |
| Hex | C4 | 52 | B0 | 0 | 3A | A | 17 | 137 | 31 | 37 |
| Octal | 304 | 122 | 260 | 0 | 72 | 12 | 27 | 467 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10110000 | 0 | 111010 | 1010 | 10111 | 100110111 | 110001 | 110111 |
Color Harmonies of #C452B0
Complementary color
Monochromatic Colors of #C452B0
Black with #C452B0
Text Example
Text Example
White with #C452B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452B0; }
p { color: rgb(196,82,176); }
H1.HeaderClassName
{
color: #C452B0;
}
.AnyTagClassName
{
color: #C452B0;
}
</style>
background-color css
<style>
a { background-color: #C452B0; }
a { background-color: rgb(196,82,176); }
div.DivClassName
{
background-color: #C452B0;
}
.BgClassName
{
background-color: #C452B0;
}
</style>
border-color css
<style>
span { border-color: #C452B0; }
span { border-color: rgb(196,82,176); }
td.TdClassName
{
border-color: #C452B0;
}
.TagClassName
{
border-color: #C452B0;
}
</style>