Shades of Fuchsia #C65AA9
Tints of Fuchsia #C65AA9
RGB
CMYK
RGB Variations
Color information
#C65AA9 (or 0xC65AA9) is known color: Fuchsia. HEX triplet: C6, 5A and A9. RGB value is (198,90,169). Sum of RGB (Red+Green+Blue) = 198+90+169=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AA9 is #39A556. Grayscale: #838383. Windows color (decimal): -3777879 or 11098822. OLE color: 11098822.
HSL color Cylindrical-coordinate representation of color #C65AA9: hue angle of 316.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65AA9 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 169 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.22 |
| HSL | 316.11º | 0.49% | 0.56% | - |
| HSV(B) | 316.11º | 0.55% | 0.78% | - |
| XYZ | 34.11 | 22.18 | 40.02 | - |
| YUV | 131.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 169 | 0 | 0.55 | 0.15 | 0.22 | 316.11 | 0.49 | 0.56 |
| Hex | C6 | 5A | A9 | 0 | 37 | F | 16 | 13C | 31 | 38 |
| Octal | 306 | 132 | 251 | 0 | 67 | 17 | 26 | 474 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10101001 | 0 | 110111 | 1111 | 10110 | 100111100 | 110001 | 111000 |
Color Harmonies of #C65AA9
Complementary color
Monochromatic Colors of #C65AA9
Black with #C65AA9
Text Example
Text Example
White with #C65AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AA9; }
p { color: rgb(198,90,169); }
H1.HeaderClassName
{
color: #C65AA9;
}
.AnyTagClassName
{
color: #C65AA9;
}
</style>
background-color css
<style>
a { background-color: #C65AA9; }
a { background-color: rgb(198,90,169); }
div.DivClassName
{
background-color: #C65AA9;
}
.BgClassName
{
background-color: #C65AA9;
}
</style>
border-color css
<style>
span { border-color: #C65AA9; }
span { border-color: rgb(198,90,169); }
td.TdClassName
{
border-color: #C65AA9;
}
.TagClassName
{
border-color: #C65AA9;
}
</style>