Shades of Fuchsia #C945BF
Tints of Fuchsia #C945BF
RGB
CMYK
RGB Variations
Color information
#C945BF (or 0xC945BF) is known color: Fuchsia. HEX triplet: C9, 45 and BF. RGB value is (201,69,191). Sum of RGB (Red+Green+Blue) = 201+69+191=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C945BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945BF is #36BA40. Grayscale: #7A7A7A. Windows color (decimal): -3586625 or 12535241. OLE color: 12535241.
HSL color Cylindrical-coordinate representation of color #C945BF: hue angle of 304.55º 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 #C945BF is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 191 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.21 |
| HSL | 304.55º | 0.55% | 0.53% | - |
| HSV(B) | 304.55º | 0.66% | 0.79% | - |
| XYZ | 35.62 | 20.44 | 51.36 | - |
| YUV | 122.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 191 | 0 | 0.66 | 0.05 | 0.21 | 304.55 | 0.55 | 0.53 |
| Hex | C9 | 45 | BF | 0 | 42 | 5 | 15 | 131 | 37 | 35 |
| Octal | 311 | 105 | 277 | 0 | 102 | 5 | 25 | 461 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10111111 | 0 | 1000010 | 101 | 10101 | 100110001 | 110111 | 110101 |
Color Harmonies of #C945BF
Complementary color
Monochromatic Colors of #C945BF
Black with #C945BF
Text Example
Text Example
White with #C945BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945BF; }
p { color: rgb(201,69,191); }
H1.HeaderClassName
{
color: #C945BF;
}
.AnyTagClassName
{
color: #C945BF;
}
</style>
background-color css
<style>
a { background-color: #C945BF; }
a { background-color: rgb(201,69,191); }
div.DivClassName
{
background-color: #C945BF;
}
.BgClassName
{
background-color: #C945BF;
}
</style>
border-color css
<style>
span { border-color: #C945BF; }
span { border-color: rgb(201,69,191); }
td.TdClassName
{
border-color: #C945BF;
}
.TagClassName
{
border-color: #C945BF;
}
</style>