Shades of Fuchsia #C646BD
Tints of Fuchsia #C646BD
RGB
CMYK
RGB Variations
Color information
#C646BD (or 0xC646BD) is known color: Fuchsia. HEX triplet: C6, 46 and BD. RGB value is (198,70,189). Sum of RGB (Red+Green+Blue) = 198+70+189=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C646BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646BD is #39B942. Grayscale: #797979. Windows color (decimal): -3782979 or 12404422. OLE color: 12404422.
HSL color Cylindrical-coordinate representation of color #C646BD: hue angle of 304.22º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C646BD is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 189 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.22 |
| HSL | 304.22º | 0.53% | 0.53% | - |
| HSV(B) | 304.22º | 0.65% | 0.78% | - |
| XYZ | 34.66 | 20.06 | 50.19 | - |
| YUV | 121.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 189 | 0 | 0.65 | 0.05 | 0.22 | 304.22 | 0.53 | 0.53 |
| Hex | C6 | 46 | BD | 0 | 41 | 5 | 16 | 130 | 35 | 35 |
| Octal | 306 | 106 | 275 | 0 | 101 | 5 | 26 | 460 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10111101 | 0 | 1000001 | 101 | 10110 | 100110000 | 110101 | 110101 |
Color Harmonies of #C646BD
Complementary color
Monochromatic Colors of #C646BD
Black with #C646BD
Text Example
Text Example
White with #C646BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646BD; }
p { color: rgb(198,70,189); }
H1.HeaderClassName
{
color: #C646BD;
}
.AnyTagClassName
{
color: #C646BD;
}
</style>
background-color css
<style>
a { background-color: #C646BD; }
a { background-color: rgb(198,70,189); }
div.DivClassName
{
background-color: #C646BD;
}
.BgClassName
{
background-color: #C646BD;
}
</style>
border-color css
<style>
span { border-color: #C646BD; }
span { border-color: rgb(198,70,189); }
td.TdClassName
{
border-color: #C646BD;
}
.TagClassName
{
border-color: #C646BD;
}
</style>