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