Shades of Fuchsia #C64BBF
Tints of Fuchsia #C64BBF
RGB
CMYK
RGB Variations
Color information
#C64BBF (or 0xC64BBF) is known color: Fuchsia. HEX triplet: C6, 4B and BF. RGB value is (198,75,191). Sum of RGB (Red+Green+Blue) = 198+75+191=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BBF is #39B440. Grayscale: #7C7C7C. Windows color (decimal): -3781697 or 12536774. OLE color: 12536774.
HSL color Cylindrical-coordinate representation of color #C64BBF: hue angle of 303.41º 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 #C64BBF is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 191 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.22 |
| HSL | 303.41º | 0.52% | 0.54% | - |
| HSV(B) | 303.41º | 0.62% | 0.78% | - |
| XYZ | 35.21 | 20.8 | 51.45 | - |
| YUV | 125 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 191 | 0 | 0.62 | 0.04 | 0.22 | 303.41 | 0.52 | 0.54 |
| Hex | C6 | 4B | BF | 0 | 3E | 4 | 16 | 12F | 34 | 36 |
| Octal | 306 | 113 | 277 | 0 | 76 | 4 | 26 | 457 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10111111 | 0 | 111110 | 100 | 10110 | 100101111 | 110100 | 110110 |
Color Harmonies of #C64BBF
Complementary color
Monochromatic Colors of #C64BBF
Black with #C64BBF
Text Example
Text Example
White with #C64BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BBF; }
p { color: rgb(198,75,191); }
H1.HeaderClassName
{
color: #C64BBF;
}
.AnyTagClassName
{
color: #C64BBF;
}
</style>
background-color css
<style>
a { background-color: #C64BBF; }
a { background-color: rgb(198,75,191); }
div.DivClassName
{
background-color: #C64BBF;
}
.BgClassName
{
background-color: #C64BBF;
}
</style>
border-color css
<style>
span { border-color: #C64BBF; }
span { border-color: rgb(198,75,191); }
td.TdClassName
{
border-color: #C64BBF;
}
.TagClassName
{
border-color: #C64BBF;
}
</style>