Shades of Fuchsia #C552C3
Tints of Fuchsia #C552C3
RGB
CMYK
RGB Variations
Color information
#C552C3 (or 0xC552C3) is known color: Fuchsia. HEX triplet: C5, 52 and C3. RGB value is (197,82,195). Sum of RGB (Red+Green+Blue) = 197+82+195=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C552C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552C3 is #3AAD3C. Grayscale: #808080. Windows color (decimal): -3845437 or 12800709. OLE color: 12800709.
HSL color Cylindrical-coordinate representation of color #C552C3: hue angle of 301.04º 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 #C552C3 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 195 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.23 |
| HSL | 301.04º | 0.5% | 0.55% | - |
| HSV(B) | 301.04º | 0.58% | 0.77% | - |
| XYZ | 35.89 | 21.85 | 53.95 | - |
| YUV | 129.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 195 | 0 | 0.58 | 0.01 | 0.23 | 301.04 | 0.5 | 0.55 |
| Hex | C5 | 52 | C3 | 0 | 3A | 1 | 17 | 12D | 32 | 37 |
| Octal | 305 | 122 | 303 | 0 | 72 | 1 | 27 | 455 | 62 | 67 |
| Binary | 11000101 | 1010010 | 11000011 | 0 | 111010 | 1 | 10111 | 100101101 | 110010 | 110111 |
Color Harmonies of #C552C3
Complementary color
Monochromatic Colors of #C552C3
Black with #C552C3
Text Example
Text Example
White with #C552C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552C3; }
p { color: rgb(197,82,195); }
H1.HeaderClassName
{
color: #C552C3;
}
.AnyTagClassName
{
color: #C552C3;
}
</style>
background-color css
<style>
a { background-color: #C552C3; }
a { background-color: rgb(197,82,195); }
div.DivClassName
{
background-color: #C552C3;
}
.BgClassName
{
background-color: #C552C3;
}
</style>
border-color css
<style>
span { border-color: #C552C3; }
span { border-color: rgb(197,82,195); }
td.TdClassName
{
border-color: #C552C3;
}
.TagClassName
{
border-color: #C552C3;
}
</style>