Shades of Fuchsia #C646CC
Tints of Fuchsia #C646CC
RGB
CMYK
RGB Variations
Color information
#C646CC (or 0xC646CC) is known color: Fuchsia. HEX triplet: C6, 46 and CC. RGB value is (198,70,204). Sum of RGB (Red+Green+Blue) = 198+70+204=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C646CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646CC is #39B933. Grayscale: #7B7B7B. Windows color (decimal): -3782964 or 13387462. OLE color: 13387462.
HSL color Cylindrical-coordinate representation of color #C646CC: hue angle of 297.31º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C646CC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 70 | 204 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.2 |
| HSL | 297.31º | 0.57% | 0.54% | - |
| HSV(B) | 297.31º | 0.66% | 0.8% | - |
| XYZ | 36.38 | 20.75 | 59.21 | - |
| YUV | 123.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 204 | 0.03 | 0.66 | 0 | 0.2 | 297.31 | 0.57 | 0.54 |
| Hex | C6 | 46 | CC | 3 | 42 | 0 | 14 | 129 | 39 | 36 |
| Octal | 306 | 106 | 314 | 3 | 102 | 0 | 24 | 451 | 71 | 66 |
| Binary | 11000110 | 1000110 | 11001100 | 11 | 1000010 | 0 | 10100 | 100101001 | 111001 | 110110 |
Color Harmonies of #C646CC
Complementary color
Monochromatic Colors of #C646CC
Black with #C646CC
Text Example
Text Example
White with #C646CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646CC; }
p { color: rgb(198,70,204); }
H1.HeaderClassName
{
color: #C646CC;
}
.AnyTagClassName
{
color: #C646CC;
}
</style>
background-color css
<style>
a { background-color: #C646CC; }
a { background-color: rgb(198,70,204); }
div.DivClassName
{
background-color: #C646CC;
}
.BgClassName
{
background-color: #C646CC;
}
</style>
border-color css
<style>
span { border-color: #C646CC; }
span { border-color: rgb(198,70,204); }
td.TdClassName
{
border-color: #C646CC;
}
.TagClassName
{
border-color: #C646CC;
}
</style>