Shades of Fuchsia #C64BAF
Tints of Fuchsia #C64BAF
RGB
CMYK
RGB Variations
Color information
#C64BAF (or 0xC64BAF) is known color: Fuchsia. HEX triplet: C6, 4B and AF. RGB value is (198,75,175). Sum of RGB (Red+Green+Blue) = 198+75+175=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BAF is #39B450. Grayscale: #7A7A7A. Windows color (decimal): -3781713 or 11488198. OLE color: 11488198.
HSL color Cylindrical-coordinate representation of color #C64BAF: hue angle of 311.22º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64BAF is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 175 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.22 |
| HSL | 311.22º | 0.52% | 0.54% | - |
| HSV(B) | 311.22º | 0.62% | 0.78% | - |
| XYZ | 33.54 | 20.13 | 42.68 | - |
| YUV | 123.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 175 | 0 | 0.62 | 0.12 | 0.22 | 311.22 | 0.52 | 0.54 |
| Hex | C6 | 4B | AF | 0 | 3E | C | 16 | 137 | 34 | 36 |
| Octal | 306 | 113 | 257 | 0 | 76 | 14 | 26 | 467 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10101111 | 0 | 111110 | 1100 | 10110 | 100110111 | 110100 | 110110 |
Color Harmonies of #C64BAF
Complementary color
Monochromatic Colors of #C64BAF
Black with #C64BAF
Text Example
Text Example
White with #C64BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BAF; }
p { color: rgb(198,75,175); }
H1.HeaderClassName
{
color: #C64BAF;
}
.AnyTagClassName
{
color: #C64BAF;
}
</style>
background-color css
<style>
a { background-color: #C64BAF; }
a { background-color: rgb(198,75,175); }
div.DivClassName
{
background-color: #C64BAF;
}
.BgClassName
{
background-color: #C64BAF;
}
</style>
border-color css
<style>
span { border-color: #C64BAF; }
span { border-color: rgb(198,75,175); }
td.TdClassName
{
border-color: #C64BAF;
}
.TagClassName
{
border-color: #C64BAF;
}
</style>