Shades of Fuchsia #C945BA
Tints of Fuchsia #C945BA
RGB
CMYK
RGB Variations
Color information
#C945BA (or 0xC945BA) is known color: Fuchsia. HEX triplet: C9, 45 and BA. RGB value is (201,69,186). Sum of RGB (Red+Green+Blue) = 201+69+186=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C945BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945BA is #36BA45. Grayscale: #797979. Windows color (decimal): -3586630 or 12207561. OLE color: 12207561.
HSL color Cylindrical-coordinate representation of color #C945BA: hue angle of 306.82º 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 #C945BA is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 186 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.21 |
| HSL | 306.82º | 0.55% | 0.53% | - |
| HSV(B) | 306.82º | 0.66% | 0.79% | - |
| XYZ | 35.08 | 20.22 | 48.51 | - |
| YUV | 121.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 186 | 0 | 0.66 | 0.07 | 0.21 | 306.82 | 0.55 | 0.53 |
| Hex | C9 | 45 | BA | 0 | 42 | 7 | 15 | 133 | 37 | 35 |
| Octal | 311 | 105 | 272 | 0 | 102 | 7 | 25 | 463 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10111010 | 0 | 1000010 | 111 | 10101 | 100110011 | 110111 | 110101 |
Color Harmonies of #C945BA
Complementary color
Monochromatic Colors of #C945BA
Black with #C945BA
Text Example
Text Example
White with #C945BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945BA; }
p { color: rgb(201,69,186); }
H1.HeaderClassName
{
color: #C945BA;
}
.AnyTagClassName
{
color: #C945BA;
}
</style>
background-color css
<style>
a { background-color: #C945BA; }
a { background-color: rgb(201,69,186); }
div.DivClassName
{
background-color: #C945BA;
}
.BgClassName
{
background-color: #C945BA;
}
</style>
border-color css
<style>
span { border-color: #C945BA; }
span { border-color: rgb(201,69,186); }
td.TdClassName
{
border-color: #C945BA;
}
.TagClassName
{
border-color: #C945BA;
}
</style>