Shades of Fuchsia #C452B7
Tints of Fuchsia #C452B7
RGB
CMYK
RGB Variations
Color information
#C452B7 (or 0xC452B7) is known color: Fuchsia. HEX triplet: C4, 52 and B7. RGB value is (196,82,183). Sum of RGB (Red+Green+Blue) = 196+82+183=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C452B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452B7 is #3BAD48. Grayscale: #7F7F7F. Windows color (decimal): -3910985 or 12014276. OLE color: 12014276.
HSL color Cylindrical-coordinate representation of color #C452B7: hue angle of 306.84º 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 #C452B7 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 183 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.23 |
| HSL | 306.84º | 0.49% | 0.55% | - |
| HSV(B) | 306.84º | 0.58% | 0.77% | - |
| XYZ | 34.33 | 21.19 | 47.08 | - |
| YUV | 127.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 183 | 0 | 0.58 | 0.07 | 0.23 | 306.84 | 0.49 | 0.55 |
| Hex | C4 | 52 | B7 | 0 | 3A | 7 | 17 | 133 | 31 | 37 |
| Octal | 304 | 122 | 267 | 0 | 72 | 7 | 27 | 463 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10110111 | 0 | 111010 | 111 | 10111 | 100110011 | 110001 | 110111 |
Color Harmonies of #C452B7
Complementary color
Monochromatic Colors of #C452B7
Black with #C452B7
Text Example
Text Example
White with #C452B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452B7; }
p { color: rgb(196,82,183); }
H1.HeaderClassName
{
color: #C452B7;
}
.AnyTagClassName
{
color: #C452B7;
}
</style>
background-color css
<style>
a { background-color: #C452B7; }
a { background-color: rgb(196,82,183); }
div.DivClassName
{
background-color: #C452B7;
}
.BgClassName
{
background-color: #C452B7;
}
</style>
border-color css
<style>
span { border-color: #C452B7; }
span { border-color: rgb(196,82,183); }
td.TdClassName
{
border-color: #C452B7;
}
.TagClassName
{
border-color: #C452B7;
}
</style>