Shades of Fuchsia #C945AD
Tints of Fuchsia #C945AD
RGB
CMYK
RGB Variations
Color information
#C945AD (or 0xC945AD) is known color: Fuchsia. HEX triplet: C9, 45 and AD. RGB value is (201,69,173). Sum of RGB (Red+Green+Blue) = 201+69+173=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C945AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C945AD is #36BA52. Grayscale: #787878. Windows color (decimal): -3586643 or 11355593. OLE color: 11355593.
HSL color Cylindrical-coordinate representation of color #C945AD: hue angle of 312.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C945AD is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 173 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.21 |
| HSL | 312.73º | 0.55% | 0.53% | - |
| HSV(B) | 312.73º | 0.66% | 0.79% | - |
| XYZ | 33.76 | 19.69 | 41.56 | - |
| YUV | 120.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 173 | 0 | 0.66 | 0.14 | 0.21 | 312.73 | 0.55 | 0.53 |
| Hex | C9 | 45 | AD | 0 | 42 | E | 15 | 139 | 37 | 35 |
| Octal | 311 | 105 | 255 | 0 | 102 | 16 | 25 | 471 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10101101 | 0 | 1000010 | 1110 | 10101 | 100111001 | 110111 | 110101 |
Color Harmonies of #C945AD
Complementary color
Monochromatic Colors of #C945AD
Black with #C945AD
Text Example
Text Example
White with #C945AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945AD; }
p { color: rgb(201,69,173); }
H1.HeaderClassName
{
color: #C945AD;
}
.AnyTagClassName
{
color: #C945AD;
}
</style>
background-color css
<style>
a { background-color: #C945AD; }
a { background-color: rgb(201,69,173); }
div.DivClassName
{
background-color: #C945AD;
}
.BgClassName
{
background-color: #C945AD;
}
</style>
border-color css
<style>
span { border-color: #C945AD; }
span { border-color: rgb(201,69,173); }
td.TdClassName
{
border-color: #C945AD;
}
.TagClassName
{
border-color: #C945AD;
}
</style>