Shades of Fuchsia #C64BC0
Tints of Fuchsia #C64BC0
RGB
CMYK
RGB Variations
Color information
#C64BC0 (or 0xC64BC0) is known color: Fuchsia. HEX triplet: C6, 4B and C0. RGB value is (198,75,192). Sum of RGB (Red+Green+Blue) = 198+75+192=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BC0 is #39B43F. Grayscale: #7C7C7C. Windows color (decimal): -3781696 or 12602310. OLE color: 12602310.
HSL color Cylindrical-coordinate representation of color #C64BC0: hue angle of 302.93º 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 #C64BC0 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 192 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.22 |
| HSL | 302.93º | 0.52% | 0.54% | - |
| HSV(B) | 302.93º | 0.62% | 0.78% | - |
| XYZ | 35.32 | 20.84 | 52.03 | - |
| YUV | 125.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 192 | 0 | 0.62 | 0.03 | 0.22 | 302.93 | 0.52 | 0.54 |
| Hex | C6 | 4B | C0 | 0 | 3E | 3 | 16 | 12F | 34 | 36 |
| Octal | 306 | 113 | 300 | 0 | 76 | 3 | 26 | 457 | 64 | 66 |
| Binary | 11000110 | 1001011 | 11000000 | 0 | 111110 | 11 | 10110 | 100101111 | 110100 | 110110 |
Color Harmonies of #C64BC0
Complementary color
Monochromatic Colors of #C64BC0
Black with #C64BC0
Text Example
Text Example
White with #C64BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BC0; }
p { color: rgb(198,75,192); }
H1.HeaderClassName
{
color: #C64BC0;
}
.AnyTagClassName
{
color: #C64BC0;
}
</style>
background-color css
<style>
a { background-color: #C64BC0; }
a { background-color: rgb(198,75,192); }
div.DivClassName
{
background-color: #C64BC0;
}
.BgClassName
{
background-color: #C64BC0;
}
</style>
border-color css
<style>
span { border-color: #C64BC0; }
span { border-color: rgb(198,75,192); }
td.TdClassName
{
border-color: #C64BC0;
}
.TagClassName
{
border-color: #C64BC0;
}
</style>