Shades of Fuchsia #C64DB3
Tints of Fuchsia #C64DB3
RGB
CMYK
RGB Variations
Color information
#C64DB3 (or 0xC64DB3) is known color: Fuchsia. HEX triplet: C6, 4D and B3. RGB value is (198,77,179). Sum of RGB (Red+Green+Blue) = 198+77+179=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DB3 is #39B24C. Grayscale: #7C7C7C. Windows color (decimal): -3781197 or 11750854. OLE color: 11750854.
HSL color Cylindrical-coordinate representation of color #C64DB3: hue angle of 309.42º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64DB3 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 179 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.22 |
| HSL | 309.42º | 0.51% | 0.54% | - |
| HSV(B) | 309.42º | 0.61% | 0.78% | - |
| XYZ | 34.08 | 20.57 | 44.82 | - |
| YUV | 124.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 179 | 0 | 0.61 | 0.10 | 0.22 | 309.42 | 0.51 | 0.54 |
| Hex | C6 | 4D | B3 | 0 | 3D | A | 16 | 135 | 33 | 36 |
| Octal | 306 | 115 | 263 | 0 | 75 | 12 | 26 | 465 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10110011 | 0 | 111101 | 1010 | 10110 | 100110101 | 110011 | 110110 |
Color Harmonies of #C64DB3
Complementary color
Monochromatic Colors of #C64DB3
Black with #C64DB3
Text Example
Text Example
White with #C64DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DB3; }
p { color: rgb(198,77,179); }
H1.HeaderClassName
{
color: #C64DB3;
}
.AnyTagClassName
{
color: #C64DB3;
}
</style>
background-color css
<style>
a { background-color: #C64DB3; }
a { background-color: rgb(198,77,179); }
div.DivClassName
{
background-color: #C64DB3;
}
.BgClassName
{
background-color: #C64DB3;
}
</style>
border-color css
<style>
span { border-color: #C64DB3; }
span { border-color: rgb(198,77,179); }
td.TdClassName
{
border-color: #C64DB3;
}
.TagClassName
{
border-color: #C64DB3;
}
</style>