Shades of Fuchsia #C652A9
Tints of Fuchsia #C652A9
RGB
CMYK
RGB Variations
Color information
#C652A9 (or 0xC652A9) is known color: Fuchsia. HEX triplet: C6, 52 and A9. RGB value is (198,82,169). Sum of RGB (Red+Green+Blue) = 198+82+169=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C652A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652A9 is #39AD56. Grayscale: #7E7E7E. Windows color (decimal): -3779927 or 11096774. OLE color: 11096774.
HSL color Cylindrical-coordinate representation of color #C652A9: hue angle of 315º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C652A9 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 169 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.22 |
| HSL | 315º | 0.5% | 0.55% | - |
| HSV(B) | 315º | 0.59% | 0.78% | - |
| XYZ | 33.47 | 20.9 | 39.81 | - |
| YUV | 126.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 169 | 0 | 0.59 | 0.15 | 0.22 | 315 | 0.5 | 0.55 |
| Hex | C6 | 52 | A9 | 0 | 3B | F | 16 | 13B | 32 | 37 |
| Octal | 306 | 122 | 251 | 0 | 73 | 17 | 26 | 473 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10101001 | 0 | 111011 | 1111 | 10110 | 100111011 | 110010 | 110111 |
Color Harmonies of #C652A9
Complementary color
Monochromatic Colors of #C652A9
Black with #C652A9
Text Example
Text Example
White with #C652A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652A9; }
p { color: rgb(198,82,169); }
H1.HeaderClassName
{
color: #C652A9;
}
.AnyTagClassName
{
color: #C652A9;
}
</style>
background-color css
<style>
a { background-color: #C652A9; }
a { background-color: rgb(198,82,169); }
div.DivClassName
{
background-color: #C652A9;
}
.BgClassName
{
background-color: #C652A9;
}
</style>
border-color css
<style>
span { border-color: #C652A9; }
span { border-color: rgb(198,82,169); }
td.TdClassName
{
border-color: #C652A9;
}
.TagClassName
{
border-color: #C652A9;
}
</style>