Shades of Fuchsia #C645AA
Tints of Fuchsia #C645AA
RGB
CMYK
RGB Variations
Color information
#C645AA (or 0xC645AA) is known color: Fuchsia. HEX triplet: C6, 45 and AA. RGB value is (198,69,170). Sum of RGB (Red+Green+Blue) = 198+69+170=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C645AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C645AA is #39BA55. Grayscale: #767676. Windows color (decimal): -3783254 or 11158982. OLE color: 11158982.
HSL color Cylindrical-coordinate representation of color #C645AA: hue angle of 313.02º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C645AA is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 170 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.22 |
| HSL | 313.02º | 0.53% | 0.52% | - |
| HSV(B) | 313.02º | 0.65% | 0.78% | - |
| XYZ | 32.67 | 19.16 | 40.01 | - |
| YUV | 119.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 170 | 0 | 0.65 | 0.14 | 0.22 | 313.02 | 0.53 | 0.52 |
| Hex | C6 | 45 | AA | 0 | 41 | E | 16 | 139 | 35 | 34 |
| Octal | 306 | 105 | 252 | 0 | 101 | 16 | 26 | 471 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10101010 | 0 | 1000001 | 1110 | 10110 | 100111001 | 110101 | 110100 |
Color Harmonies of #C645AA
Complementary color
Monochromatic Colors of #C645AA
Black with #C645AA
Text Example
Text Example
White with #C645AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645AA; }
p { color: rgb(198,69,170); }
H1.HeaderClassName
{
color: #C645AA;
}
.AnyTagClassName
{
color: #C645AA;
}
</style>
background-color css
<style>
a { background-color: #C645AA; }
a { background-color: rgb(198,69,170); }
div.DivClassName
{
background-color: #C645AA;
}
.BgClassName
{
background-color: #C645AA;
}
</style>
border-color css
<style>
span { border-color: #C645AA; }
span { border-color: rgb(198,69,170); }
td.TdClassName
{
border-color: #C645AA;
}
.TagClassName
{
border-color: #C645AA;
}
</style>