Shades of Fuchsia #C642A9
Tints of Fuchsia #C642A9
RGB
CMYK
RGB Variations
Color information
#C642A9 (or 0xC642A9) is known color: Fuchsia. HEX triplet: C6, 42 and A9. RGB value is (198,66,169). Sum of RGB (Red+Green+Blue) = 198+66+169=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C642A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C642A9 is #39BD56. Grayscale: #747474. Windows color (decimal): -3784023 or 11092678. OLE color: 11092678.
HSL color Cylindrical-coordinate representation of color #C642A9: hue angle of 313.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C642A9 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 169 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.22 |
| HSL | 313.18º | 0.54% | 0.52% | - |
| HSV(B) | 313.18º | 0.67% | 0.78% | - |
| XYZ | 32.4 | 18.77 | 39.45 | - |
| YUV | 117.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 169 | 0 | 0.67 | 0.15 | 0.22 | 313.18 | 0.54 | 0.52 |
| Hex | C6 | 42 | A9 | 0 | 43 | F | 16 | 139 | 36 | 34 |
| Octal | 306 | 102 | 251 | 0 | 103 | 17 | 26 | 471 | 66 | 64 |
| Binary | 11000110 | 1000010 | 10101001 | 0 | 1000011 | 1111 | 10110 | 100111001 | 110110 | 110100 |
Color Harmonies of #C642A9
Complementary color
Monochromatic Colors of #C642A9
Black with #C642A9
Text Example
Text Example
White with #C642A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642A9; }
p { color: rgb(198,66,169); }
H1.HeaderClassName
{
color: #C642A9;
}
.AnyTagClassName
{
color: #C642A9;
}
</style>
background-color css
<style>
a { background-color: #C642A9; }
a { background-color: rgb(198,66,169); }
div.DivClassName
{
background-color: #C642A9;
}
.BgClassName
{
background-color: #C642A9;
}
</style>
border-color css
<style>
span { border-color: #C642A9; }
span { border-color: rgb(198,66,169); }
td.TdClassName
{
border-color: #C642A9;
}
.TagClassName
{
border-color: #C642A9;
}
</style>