Shades of Fuchsia #C644BA
Tints of Fuchsia #C644BA
RGB
CMYK
RGB Variations
Color information
#C644BA (or 0xC644BA) is known color: Fuchsia. HEX triplet: C6, 44 and BA. RGB value is (198,68,186). Sum of RGB (Red+Green+Blue) = 198+68+186=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C644BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644BA is #39BB45. Grayscale: #777777. Windows color (decimal): -3783494 or 12207302. OLE color: 12207302.
HSL color Cylindrical-coordinate representation of color #C644BA: hue angle of 305.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C644BA is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 186 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.22 |
| HSL | 305.54º | 0.53% | 0.52% | - |
| HSV(B) | 305.54º | 0.66% | 0.78% | - |
| XYZ | 34.22 | 19.69 | 48.45 | - |
| YUV | 120.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 186 | 0 | 0.66 | 0.06 | 0.22 | 305.54 | 0.53 | 0.52 |
| Hex | C6 | 44 | BA | 0 | 42 | 6 | 16 | 132 | 35 | 34 |
| Octal | 306 | 104 | 272 | 0 | 102 | 6 | 26 | 462 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10111010 | 0 | 1000010 | 110 | 10110 | 100110010 | 110101 | 110100 |
Color Harmonies of #C644BA
Complementary color
Monochromatic Colors of #C644BA
Black with #C644BA
Text Example
Text Example
White with #C644BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644BA; }
p { color: rgb(198,68,186); }
H1.HeaderClassName
{
color: #C644BA;
}
.AnyTagClassName
{
color: #C644BA;
}
</style>
background-color css
<style>
a { background-color: #C644BA; }
a { background-color: rgb(198,68,186); }
div.DivClassName
{
background-color: #C644BA;
}
.BgClassName
{
background-color: #C644BA;
}
</style>
border-color css
<style>
span { border-color: #C644BA; }
span { border-color: rgb(198,68,186); }
td.TdClassName
{
border-color: #C644BA;
}
.TagClassName
{
border-color: #C644BA;
}
</style>